Execute a commandline program/script
This method is obsolete, please use the “Run Command” method instead.
Start a local windows application, optionally waiting for it to open a new window.
Stop application and wait for it to finish.
Retrieve information about a process running on the local machine.
Execute a commandline program/script
The run Command is used to execute a windows batch command and optionally retrieve the exit code, standard output and standard error of the command.
The command can also optionally be supplied with a string to use as standard input for the command.
SeqZap includes an example use of Run Command.