Launch Executables

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

    Launch Executables

    How can I launch executables (such as "notepad.ex e", e.g.)
    in C#, as the execv() method does in C++ ?
  • Mattias Sjögren

    #2
    Re: Launch Executables

    [color=blue]
    >How can I launch executables (such as "notepad.ex e", e.g.)
    >in C#, as the execv() method does in C++ ?[/color]

    System.Diagnost ics.Process.Sta rt()



    Mattias

    --
    Mattias Sjögren [MVP] mattias @ mvps.org

    Please reply only to the newsgroup.

    Comment

    Working...