Reading CMD file's output?

FuturShoc

Active member
Joined
Jul 28, 2006
Messages
27
Location
Hot Springs, Arkansas
Programming Experience
3-5
I've got a .NET application which writes and then executes a .cmd file.

Is there some way for me to read that .cmd file's output back into .NET so that I can do something in response to the result?

I don't mind parsing text at all. I just need to know what the feedback is in that command window.
 
Back
Top