Process.Start() get errors from command prompt window

Posted by loviji on Stack Overflow See other posts from Stack Overflow or by loviji
Published on 2010-04-25T17:43:29Z Indexed on 2010/04/25 17:53 UTC
Read the original article Hit count: 360

Filed under:
|
|

Hello, I'm trying to Start command promt process with args. Now I want to obtain information about errors if they exist.

someProcess = System.Diagnostics.Process.Start(cmd, someArgs);

Best regards, loviji

© Stack Overflow or respective owner

Related posts about command-prompt

Related posts about c#