Constructor of consoleProcess
Overload
Starts specified console program.
public consoleProcess(string exe, string args = null, string curDir = null)
Parameters
|
exe (string)
Path or name of an
|
|
args (string)
|
|
curDir (string)
Initial current directory of the new process.
|
Exceptions
|
AuException
Failed, for example file not found. |