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 immi
app.exe can end with Console.ReadLine() assuming it too is a C# application where you control the source code.
Console.ReadLine()