The problem of using Process Class...Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stanley

    The problem of using Process Class...Help

    Process p = new Process();
    p.StartInfo.Fil eName = "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
Working...