I want to start a program with C# (could use Process.Start()). Then my program should wait until the started program is closed, before it continues.
How do I do this?
I want to start a program with C# (could use Process.Start() ). Then my
Share
After you call
Start()add:Process.WaitForExit()