how to execute console application from windows form?

Posted by Or Betzalel on Stack Overflow See other posts from Stack Overflow or by Or Betzalel
Published on 2010-04-07T14:34:15Z Indexed on 2010/04/07 14:43 UTC
Read the original article Hit count: 277

I want to run a console application (eg app.exe) from a windows form load event. I'v tried System.Diagnostics.Process.Start(), But after it opens app.exe, it closes it immidiately.

Is there any way that I can run app.exe and leave it open?

© Stack Overflow or respective owner

Related posts about c#

Related posts about console-application