Invoke Cmd Shell
Description
This action component allows you to invoke shell commands by using command prompt.
Input Properties
- Shell Command (String) – Shell command to be executed.
- Working Directory (String) – Shell script directory or working directory.
- Wait Time (Int) – Wait timeout for the synchronous process.
- Is Asynchronous (Checkbox) – Checked if it is asynchronous process.
Output Properties
- Result (String) – Response of the executed shell command, as a string variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.