system

Has extra param to retreive the Process object used so you can obtain extra information. Make sure to call p.close() when you're done with it.

  1. Process.Result system(string[] args)
  2. Process.Result system(Process p, string[] args)
    Process.Result
    system
    (
    out Process p
    ,
    string[] args...
    )

Meta