Using MU.exe
The VeriMove Windows command-line interface (MU.exe) allows you to run jobs outside of the GUI by a script or some other calling process, as well as by the unattended processing provided by Dispatch Manager.
MU <jobName> [jobDef]
Option | Description |
---|---|
<jobName> | Name of the VeriMove job to run. When the [jobDef] parameter is not supplied, the job name must be the name of a valid job defined in the VeriMove job database. This is the normal way of running a job through the command line interface. When the [jobDef] parameter is supplied, the job name can be the name for a new job or the name of an existing job (definition will be replaced by the [jobDef]). This parameter is required and is not case sensitive. |
[jobDef] | File name of a VeriMove job definition file to import for execution. For information about creating a job definition file, see Creating a Job Definition File. If the job specified in the jobName parameter already exists in the VeriMove job database, then its file path attributes in the existing job definition will be carried forward as default file path values for the job defined by [jobDef]. No other attributes from the existing job definition are carried forward. If the job specified in <jobName> is for a new job, then the job defaults are the same as those for a new job defined through the GUI. All file paths for a new job default to undefined and must be specified in the [jobDef]. |
Any MU.exe generated errors display on the console window and in the event.log. For detailed information on MU.exe generated error messages, refer to the event.log file.