compile options line keeps accumulating

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

Post Reply
gpapp
Newbie
Posts: 16
Joined: Tue Dec 21, 2004 8:00 pm

compile options line keeps accumulating

Post by gpapp » Mon Sep 28, 2009 5:28 pm

Here is a sample of the first line in a macro written in MS Pro, after several times using "create exe" from the Tools Menu Bar:

Code: Select all

// COMPILE_OPTS|C:\Catia_Libraries\OtherApp-Startup\Power_Copy\PowerCopy.exe||CONSOLE=0|INCLUDES=1| /LOGFILE=\dev\nul /HIDE /LOGFILE=\dev\nul /NOSYSTRAY /HIDE /LOGFILE=\dev\nul /NOSYSTRAY /HIDE /LOGFILE=\dev\nul /NOSYSTRAY /HIDE /LOGFILE=\dev\nul /NOSYSTRAY /HIDE /LOGFILE=\dev\nul /NOSYSTRAY /HIDE
Every time I tell it to compile, the when the "Compile" menu comes up, I select several options from the list, then press "OK". The executable gets made OK and it works OK also.
Please help me understand what is happening.
Thanks, Greg
gpapp

User avatar
Rain
Automation Wizard
Posts: 550
Joined: Tue Aug 09, 2005 5:02 pm
Contact:

Post by Rain » Mon Sep 28, 2009 5:37 pm

You only have to select the options when you compile a script for the first time. After that, just click OK in the compiler window and don't worry about checking any options.

gpapp
Newbie
Posts: 16
Joined: Tue Dec 21, 2004 8:00 pm

compile options keep accumulating

Post by gpapp » Tue Sep 29, 2009 11:05 am

Yes thanks, that is clear.
-Greg
gpapp

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts