V
vooose
Process.Start("some_program.exe");
Console.WriteLine("I am here");
Assume some_program.exe takes a *long* time to execute...do you see the
Console statement straight away or are you waiting till some_program
terminates?
It appears on XP it is the former and on NT the latter which has caused
much confusion!
Console.WriteLine("I am here");
Assume some_program.exe takes a *long* time to execute...do you see the
Console statement straight away or are you waiting till some_program
terminates?
It appears on XP it is the former and on NT the latter which has caused
much confusion!