S
Stanley
Process p = new Process();
p.StartInfo.FileName = "a.exe";
//...........
when it executes, it may be create segment error, and the
error will be displyed on the screen.
how can I make it just exit , rather than disply
and, how can i get the exitCode...
by the way, i write the code in Asp.net.....
thank you
p.StartInfo.FileName = "a.exe";
//...........
when it executes, it may be create segment error, and the
error will be displyed on the screen.
how can I make it just exit , rather than disply
and, how can i get the exitCode...
by the way, i write the code in Asp.net.....
thank you