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?
Printable View
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?
Hi
You can run any .exe file using Process.Start("c:\file.exe")
Regards
Jorge
Quote:
Originally Posted by Asgorath
That doesn't run something thats embedded