Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 17 Batch Processing Cases : Running swbatch

Running swbatch
To run SWDIR\util\swbatch, enter the following command from a command prompt:
SWDIR\util\swbatch [-v] {command_file|-}
where:
-v indicates verbose operation.
command_file is the name of a file containing the swbatch commands to be processed. Enter a hyphen () if the commands are to be read from standard input instead.
Command File Format
The command file (or redirected input) must contain one or more iterations of the following:
command
[case_data]
[STOP]
where:
command is an appropriately formatted swbatch command. The available commands are described in swbatch Commands.
case_data is embedded case data for a START or EVENT command, in abox format. For more information about abox format, see "Using iProcess Abox Files" in TIBCO iProcess Modeler Integration Techniques.
STOP terminates an embedded case_data list.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved