run

Executes an external program.

Syntax
Process run (command, directory, showWindow)
Parameters
command - String
the program name and arguments.
directory - String
the directory or nil.
showWindow - Boolean
a boolean value used by Windows only: false to hide the window when a command line program is run.
Return Value
An new instance of Process containing the exit code and the output.
Remarks

The script is interrupted if the program can not be run.