cmd(script: string,options?: ShellCommandOptions,): CmdCliCommand
Executes a windows command line (.cmd, .bat) script using the CmdCliCommand class.
script: string
- The cmd script to execute.
optional
options: ShellCommandOptions
- Optional options for the cmd command.
A new instance of the CmdCliCommand class.