Methods

Run

Execute a commandline program/script

This method is obsolete, please use the “Run Command” method instead.

Start Application

Start a local windows application, optionally waiting for it to open a new window.

Stop Application

Stop application and wait for it to finish.

Query process

Retrieve information about a process running on the local machine.

Run Command

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.