Cmd#

Executes a specified cmd command. This is equivalent to running cmd /c "<command>".

Required Parameters#


Paramater

Description

Type

command

Specifies the command to be run.

string

Optional Parameters#


Paramater

Description

Type

exeDir

Creates the cmd instance with the Playbook executables folder as its working directory.

bool
The default is false.

timeout

Specifies a timeout for the command, where it will kill the process and report an error if the timeout is reached.

integer

wait

Specifies whether or not to wait for the cmd instance to exit.

bool
The default is false.