Batch Execution
The installation includes the batch file Compose_batch.bat, located in <install folder>/hwx on Windows, and the file <install dir>/scripts/Compose_Batch on Linux. You can use these files for batch mode execution of Compose script files.
Use the following to execute batch mode on Windows:
Compose_batch.bat –f filename1.oml … filenameN.tcl
Use the following to execute batch mode on Linux:
Compose_Batch –f filename1.oml … filenameN.tcl
- filename1.oml … or filenameN.tcl
- A set of fully qualified (unless in a defined path) filenames to execute in batch
mode in that order. If an error is encountered with any of these files, the execution
stops. Note: Different file types (.oml, .tcl, and .py) can be passed.