Executing a UG macro automatically
Executing a UG macro automatically
(OP)
Hello all
I have a UG macro which will reset all the Part attributes..
Right now, I open the part in NX 3 and then playback the macro.. This is quiet tedious when it has to be done for 100 s of UG parts..
I am wondering if I could execute the macro outside UG environment(something like external NX open program) automatically for all the parts in the same folder..
Is this possible using Windows batch program...
Awaiting your response..
Thanx in advance..
I have a UG macro which will reset all the Part attributes..
Right now, I open the part in NX 3 and then playback the macro.. This is quiet tedious when it has to be done for 100 s of UG parts..
I am wondering if I could execute the macro outside UG environment(something like external NX open program) automatically for all the parts in the same folder..
Is this possible using Windows batch program...
Awaiting your response..
Thanx in advance..





RE: Executing a UG macro automatically
a quick example, the online doc for this quite good to,
search for :- Command Line Startup Switches for Windows
"C:\opt\plm\ugnx\20\ugii\ugii.bat" -retrieve:xxxxxxx -key:change_View_top.macro
Cheers,
B
RE: Executing a UG macro automatically
thanks for the quick and useful reply..
i will try the best..
and hope u wont mind if i get back to you with some doubts..
bye