run
Executes an external program.
Syntax
Process run (command, directory, showWindow)
Parameters
the program name and arguments.
the directory or nil.
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