| batch | Index |
This console command reads BrainStem® commands from a text file and transmits them via the host-to-stem link. A batch file is a convenient way to send a set of commands rather than typing them all into the Console. Comments may be included in a batch file. A batch file must be located in the aUser File Area .
filename
Example:
(contents of file "foo.txt")
/* comment */
2 18 15 0
// another comment
2 19
batch "foo.txt"
This would execute the commands in the "foo.txt" file.
Related: