Support Forums

Full Version: Problem witth running another file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys i need help with this code
well i want to run a .exe file when i click on the button
i put both of the codes in but it dont work the file is at my desktop

shell ("c:\mineme.exe")

and

process.start("c:\mineme.exe")

oh and please dont say google it
thanks,
huso69
I couldn't get shell to work either but I just tried process.start and it worked. Make sure you go to the specific folder it's in.

process.start("c:\program files\mineme\mineme.exe")
------------------------------------------------------------------------------------
Mini Tutorial(Credits to DevX.com) (Click to View)
You could try adding the exe to your applications resources and running it from there..