Compile from the Command Line

Example scripts and tips (replaces Old Scripts & Tips archive)

Moderators: Dorian (MJT support), JRL, Phil Pendlebury

Post Reply
User avatar
Marcus Tettmar
Site Admin
Posts: 7380
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Compile from the Command Line

Post by Marcus Tettmar » Mon Jul 25, 2005 2:45 pm

If you have Macro Scheduler Pro you can compile scripts from the command line like this:

msrt.exe -COMPILE sourcefile.scp target.exe

Where sourcefile.scp is the script file to compile and target.exe is the executable to create.

You can also compile silently (no message boxes) using the -QUIET switch:

msrt.exe -COMPILE sourcefile target.exe -QUIET

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