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: 389
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