Shell Command Block

The Shell Command block is used to execute a Windows command. This is used to complete batch processes in Windows. For example, launching an external application.

To use the Shell Command block in your Workflow, follow the steps below.

  1. In Project Explorer, expand Workflows and double-click the Workflow to edit. Alternatively, you can right-click Interactive or Background Workflows to Add one.
  2. Drag and drop the Shell Command block from the Toolbox into the work area.
  3. Connect the Shell Command block to the previous and next blocks.
  4. Double-click the Shell Command block to open the Command Line Editor.
  5. Type in the command to be executed. Click OK.
    Note: To execute a Powershell command, e.g. "mkdir C:\dir", enter this value:
    powershell.exe -Command "mkdir C:\dir"