martin2k Command - batch
Syntax
batch <filename>
Description
Runs a martin2k Command batch file. Batch files are lists of commands that are executed in
order. You can make a batch file yourself in a text editor such as Notepad.
Each command must be on its own line.
To end a batch file before it finishes itself, press the Break key.
See the 'at' command for how to execute a command after a certain time.
The 'end' command will stop execution of a batch file.
E.g. the following batch file will result in the screen being displayed as
below:
box 50,50,974,718,teal
box 52,52,972,716,magenta
text 10,5,yellow,An example of the batch mode. A
video will start playing in 4 seconds...
at 4000 video 1,341,256,341,256,C:\~addrift\MVI_2205.AVI |
Screenshot

Tip
By using the command 'block 4,33,black,8' at the
start of the batch file, you can hide the 'COMMAND:' text.
See Also
at; end