Hi, I have a .exe (from 3rd party company) which will be execute in cmd through .NET. I realized we can use System.Diagnostics.Process.Start() to acheive that (please let me know if i am wrong) ... now, how do i get the return output/status ? Say it's completed the execution without error, how do we check that?
...
Go to the complete details ...