Hello again,
I have to launch a win32 console application from a winform.

To accomplish this, I used the System.Diagnostic.Process.Start static method.
The program is successfully launched but the thing is not only I have to run it, but also wait for its end, run it again with different parameters, wait, run... and so on.

How do I know its execution has ended?
thanks in advance, bye