Results 1 to 3 of 3

Thread: Runing Embedded Exe

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Location
    Victoria, Australia
    Posts
    23

    Runing Embedded Exe

    I've embedded an EXE into my application (via add an existing item). Now I need to know how to run that exe from my program. Can someone please help?
    Last edited by DestructoX; Dec 29th, 2004 at 11:28 PM.
    Logic is a systematic way of coming to the wrong conclusion with confidence.

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Runing Embedded Exe

    Hi
    You can run any .exe file using Process.Start("c:\file.exe")

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Location
    Victoria, Australia
    Posts
    23

    Re: Runing Embedded Exe

    Quote Originally Posted by Asgorath
    Hi
    You can run any .exe file using Process.Start("c:\file.exe")

    Regards
    Jorge

    That doesn't run something thats embedded
    Logic is a systematic way of coming to the wrong conclusion with confidence.

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