Skip to main content

Shell Execute Writer

General

The Shell Execute module will execute a provided shell command.

Module Options

Command

Type: string
Required: True
Description: The command to execute.

Example, if you want to delete all of the files in a folder:

rm -r --Force C:\Users\Public\Documents\Test_Folder

Or rename a file:

mov C:\Users\Public\Documents\example.txt C:\Users\Public\Ducments\example2.txt

Hide Window

Type: boolean
Required: True
Default Value: true
Description: In a Windows environment, this controls whether a terminal window will appear when the command is executed.

Working Directory

Type: string
Required: False
Description: The server relative directory to execute the command in. This should be an absolute path.