this macro runs just fine, it creates a code file at the same location (on our network) as the current model file. I would like to output the code file into another drive and folder on our network. What would be the best way to control the new file location (path).
I spent some time adding a PROMPT to the macro with a request for a user variable that defined the new path but had no luck.
I am new at working with macro's so please be patient and very descriptive.
STRING: #var1
STRING: #var2
STRING: #var3
STRING: #var4
STRING: #var5
STRING: #var6
//FADAL
#var1=JOB FILE()
#var2=STRIP_EXT(#VAR1)
#var3=STRTMP("%#var2.FAD")
CODE[FN=#var3, MF="v:\msmf\v5_FADAL.SMF", TF="v:\msmf\v5_FADAL.TMP",
SH=0, DC=0, ST=0, DT=0, SP=9]
Lee Greer
CNC\CAD programmer
Midwest Precision Tool & Die
