Skip to main content

Run DOS Commands / PowerShell Commands

Description

Windows: Run DOS Commands plugin step executes DOS and PowerShell commands.

Note: This step is not a row-generating step; it must be used as an intermediate step in a workflow.

Configurations

Input Tab

No.Field NameDescription
1Step NameName of the step. This name must be unique within a single workflow.
Input Fields:
No.Field NameDescription
1Session NameSelect a previously created session name using the Start DOS Session plugin step.

This step should always be preceded by a Start DOS/PowerShell Session plugin step.
2Script BoxProvide DOS or PowerShell commands or scripts to execute.

The data type is String.
This field is mandatory.

Notes:
  • You can pass a combination of static values, variables, and fields from previous steps.
  • If multiple rows are passed to multiple Run DOS Commands steps, the commands execute in parallel. Use Loop steps or Workflow Executor to run them sequentially.
Known Issues
  • If a command requires manual intervention, it may result in infinite execution. Use parameterized commands or silent switches.
  • Only those DOS commands that are executable via PowerShell are supported.
3LinerDisplays the cursor position in the script box.
4Max Wait For Response (In Seconds)Specify the timeout in seconds for the command execution.
The default value is 300 seconds.
Output Tab
1OutputProvides the script output. If multiple commands are executed, the output is combined.
The default field name is Output.
Common Buttons
1OKValidates field values. If any mandatory fields are missing, a validation error is displayed. If all values are correct, the settings are saved.
2CancelClick to cancel the window without saving any values.