CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: run .exe

  1. #1
    Join Date
    Sep 2005
    Posts
    63

    Talking run .exe

    Hi
    i want to run an executable file from my c# class. Have you an idea what can i do?

    Help me.
    Thanks

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: run .exe

    Quote Originally Posted by dewoul
    Hi
    i want to run an executable file from my c# class. Have you an idea what can i do?

    Help me.
    Thanks
    You will have to use System.Diagnostics.Process class. Take a look at your MSDN documentation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured