I am using VSTS 2008 + C # + .Net 3.5 to develop a console application. And I want to start the external process (exe file) from my C # application, and I want the current C # application to be blocked until the external process stops, and I also want to get the return code of the external process.
Any ideas how to implement this? Appreciate if some code examples.
George2
source share