Capturing the Console Output in .NET (C#)

Posted by Gripsoft on Stack Overflow See other posts from Stack Overflow or by Gripsoft
Published on 2008-10-09T11:27:14Z Indexed on 2010/05/17 16:20 UTC
Read the original article Hit count: 139

Filed under:
|
|
|

Hi i want to invoke the Console application from my application but i would like to capture all the output generated in the console. (Remember, i dont want to save the information first in a file and then relist as i would love to receive it as live)

© Stack Overflow or respective owner

Related posts about c#

Related posts about debugging