!cmd¶
Executes a specified cmd command. This is equivalent to running cmd /c "<command>".
Required Parameters¶
Parameter |
Description |
Type |
|---|---|---|
|
Specifies the command to be run. |
string |
Optional Parameters¶
Parameter |
Description |
Type |
Default |
|---|---|---|---|
|
Creates the cmd instance with the Playbook executables folder as its working directory. |
bool |
false |
|
Specifies what user the process should be run as. |
Enum:
|
|
|
Specifies a timeout for the command, where it will kill the process and report an error if the timeout is reached. |
integer |
None |
|
Specifies whether or not to wait for the cmd instance to exit. |
bool |
false |
|
Allows control over how specified exit codes should be handled.
|
dictionary |
None |

Amelabs Docs