Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link to exe file problem

Status
Not open for further replies.

jovan40

Programmer
Dec 11, 2001
46
US
I have a button, that I want to have call a exe. zip file. But the file is not opening when the button is released. Any Ideas?
 
you tried?
Code:
my_btn.onPress = function(){
    getURL("file://path/to/file.ext");
}

then give the button an instance name of my_btn or whatever you want to call it.


Regards,

Martin

Gaming Help And Info:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top