Search these docs, or ask Revo a question — answers link the pages they came from.
Run OS Command
Runs a command line application on the schedule controller.
Run OS Command Runs a command line application on the schedule controller.
| Parameter | Type | Description |
|---|---|---|
| Execution Mode | ThreadExecutionMode | Whether the schedule waits for the command. Fork starts it and carries straight on; Do Not Fork holds this step open until the command exits. |
| Command ✱ | string | The command line to run, exactly as it would be typed on the schedule controller. |
| Check Return Code | bool | When set, a non-zero exit code from the command raises an error in the schedule. |
| Notes | string | Free-text note kept with this step. It appears on the step in the schedule editor and in the event log, and has no effect on what the step does. Use it to record why the step is here. |
| Enabled | bool | Whether this step runs. Clearing it leaves the step in the schedule, in place and still configured, but skips it at run time. |
✱ Mandatory parameter