Description
This command runs the commands contained in the specified script file, which is a text file that contains any of the GME commands exactly as you would type them directly into the command window.
Note that every command in the script file must end with a semi-colon, even if you have started each new command on a new line. You can add comments to these files using # (any line beginning with this symbol is ignored).
Syntax
run(in);
| in | the full path of the input script file, including the file extension |
Example
run(in="C:\data\batchfile1.txt");