How to capture process messages

elmowatson

Member
Joined
Jun 5, 2007
Messages
17
Programming Experience
1-3
I've got a winform that has a button that runs an exe from the command prompt (process).

Since the cmd window pops up and goes away so fast, I need to kno if there's a way to capture the messages that were sent in the cmd window, within my Windows form. (like make it write to a log file)

Is this possible?
 
Back
Top