| /group | The identifier of the Group to which this task belongs to. If no Group identifier is given, the submitted task will belong to the default Group. | |
| /wait | When specified, xgSubmit only returns control to the script when the submitted command has completed execution. | |
| /allowremote | Specifies whether remote processing is possible. | on: The submitted task may be distributed to a remote Agent. off: The submitted task runs on the machine that initiated the Execution/Job, and is not distributed to a remote Agent. |
| /caption | When used, the specified caption appears as the caption for the submitted tasks’s progress bar in the Execution Monitor Progress page. | |
| /commandfile | Should always be specified last, followed by the path to the file containing the commands to be submitted. | xgWait.exe /all is implicitly called at the end of the script/application’s execution, in order to allow all tasks submitted with xgSubmit.exe to complete before returning control to the initiating Agent. |
| /command | If a command file is not specified, the original command should be specified. | |