For all configurations

Add the For all configurations command to your script to indicate the beginning of a block of commands (ending with End for all configurations).

The following example shows a series of commands in a Dispatch script. The commands are included in a block. You can use conditional jumps to take advantage of the blocks you create.

Type Content Description
For all configurations Block START Initiates the block.
Shell Execute c:\plot.exe %PathToSelectedFile%,

%CurrentConfig%Config

Provides the action for the block, in this case a shell command.
End for all configurations Block END Ends the block.