[Batch] section
Top  Previous  Next


·Click the button with a green triangle (or CTRL+R) to run the [Batch] section - for each machine in the [Machines] section, all commands between the tags [Batch_Begin] and [Batch_End] are executed.  

Section format -
command section format

There are four sections in which commands can be used; [Init], [Batch], [Undo] and [OnError].

·One command per row. Start each command on a new row; press enter to end a command and start a new command.  
·Each row is divided into two columns, column delimiter is <TAB>.  
Column #
Description
1
Command and command parameters. Commands that has multiple parameters uses comma as parameter delimiter by default. This can be changed with the BatchSettings.CommandDelimiter setting.

Remember that the <TAB> character can not be used within a command. <TAB> is used to separate commands from markers. Example: "DOS<TAB>md<TAB>mydir" will fail, write "DOS<space>md<space>mydir" instead.
2
Command marker, set by SetupBatcher.
 
·It is possible to use comments in a command section.