-input |
Specifies the name and path of the XML
parameter file. |
-host |
Used when running a batch in remote mode
to specify the name of the remote computer. Using this
option means that the parameter file contains the license
information, otherwise the batch execution fails. Be aware that:
- A batch monitor's server process must run in the
remote computer.
- The default environment used to run the batch is the
batch monitor's server process environment.
- The options used to run the batch are those
referenced by the batch monitor's server process
environment.
- If Version 5 documents are uploaded, created, or
modified on the remote computer, the links between
documents are not kept.
- If Version 5 documents are accessed through the
network by the remote machine, these documents and
all their pointed documents used by the batch must
be visible and accessible by the remote
computer.
|
-driver |
Specifies the communication driver. By
default, it uses the backbone driver (BB) but you can use an
MQ driver. When running the batch in local mode (that is,
no -host option), the communication
driver is always BB and in that case, the
-driver option is ignored. For
more information, see Batches. |
-output |
Specifies the directory for the batch log.
By default, it is in c:\temp. |
-verbose |
Displays information about the batch
execution in the standard output. |
-h |
Displays a short help message. |
-allow_visu |
Lets you run batches requiring a graphic
adapter. If you try to run a batch requiring a graphic
adapter without this option, the return code is "7". |
-lic_setting |
Specifies that the licenses defined
through Licensing preferences are
used. |
-args |
Lets you specify the arguments used with
the batch main function (int argc, char** argv). This option
must be in the last position in the command line. |