How can I start an exe from C# (like VB' Shell function)?

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

    How can I start an exe from C# (like VB' Shell function)?

    How can I run an exe from C#.



    Thanks

    Jacobus

  • Tom Shelton

    #2
    Re: How can I start an exe from C# (like VB' Shell function)?

    System.Diagnost ics.Process

    HTH,
    Tom Shelton
    "Jacobus" <subscr2000@hot mail.com> wrote in message
    news:%23lIDS9eY DHA.736@TK2MSFT NGP09.phx.gbl.. .
    How can I run an exe from C#.

    Thanks
    Jacobus


    Comment

    • Jacobus

      #3
      Re: How can I start an exe from C# (like VB' Shell function)?

      Thanks

      "Tom Shelton" <tshelt@yahoo.c om> wrote in message
      news:OdF0p%23eY DHA.1280@tk2msf tngp13.phx.gbl. ..[color=blue]
      > System.Diagnost ics.Process
      >
      > HTH,
      > Tom Shelton
      > "Jacobus" <subscr2000@hot mail.com> wrote in message
      > news:%23lIDS9eY DHA.736@TK2MSFT NGP09.phx.gbl.. .
      > How can I run an exe from C#.
      >
      > Thanks
      > Jacobus
      >
      >[/color]


      Comment

      Working...