Hello there,
I just wondered whether there was a way to compile a script to run in the command line interface.
Maybe there could be some arguments i could pass msrt.exe to compile a script for me. The reason why i do this is because one script is modified each time with another program thus making each script different.
Ben
Script Compiler command interface
Moderators: Dorian (MJT support), JRL
From help for compile:
Compiling from the command line:
To compile on the command line run msrt.exe as follows:
msrt.exe -COMPILE source.scp target.exe [-QUIET] [-DEL] [-OPTS:options] [-ICON:iconfile]
Optional switches are shown in square brackets and are as follows:
-QUIET will prevent compiler error/success messages being displayed
-DEL deletes the source script file
-OPTS: then a command line to compile into the executable, e.g.: -OPTS:-NOSYSTRAY /parm1=fred
-ICON: then a .ico file to change the default program icon
Compiling from the command line:
To compile on the command line run msrt.exe as follows:
msrt.exe -COMPILE source.scp target.exe [-QUIET] [-DEL] [-OPTS:options] [-ICON:iconfile]
Optional switches are shown in square brackets and are as follows:
-QUIET will prevent compiler error/success messages being displayed
-DEL deletes the source script file
-OPTS: then a command line to compile into the executable, e.g.: -OPTS:-NOSYSTRAY /parm1=fred
-ICON: then a .ico file to change the default program icon
Thanks guys
Thanks JRL and Me_again,
I think Me_again idea is a good one for this particular project.
Thanks,
Ben
I think Me_again idea is a good one for this particular project.
Thanks,
Ben