R
Ray5531
In my application I have two lines like:
1) Process.Start(Exe1)
2)Process.Start(Exe2)
Problem is that these two guys run together ,and I want the first process is
run first and when it's finished the second process is called.
Just for your info .First process is CEAPPMANAGER.EXE which an executable
which installs a .Net compact framework on the device and the second process
is simply a console application
Thanks
1) Process.Start(Exe1)
2)Process.Start(Exe2)
Problem is that these two guys run together ,and I want the first process is
run first and when it's finished the second process is called.
Just for your info .First process is CEAPPMANAGER.EXE which an executable
which installs a .Net compact framework on the device and the second process
is simply a console application
Thanks