Capturing process output via OutputDataReceived event

You need to call

mProcess.BeginOutputReadLine();

BeginOutputReadLine – “Begins asynchronous read operations on the redirected StandardOutput stream of the application.”

Leave a Comment