Skip to main content
Participating Frequently
February 3, 2008
Question

button that activates an EXE file

  • February 3, 2008
  • 2 replies
  • 223 views
hello, everyone,

I need to create a button that activates an EXE file once pressed. The final product will be in an HTML format.
What is the command that I have to add to this button?
It must open a new window for the EXE file.

Thank you in advance,
Amit
This topic has been closed for replies.

2 replies

Participating Frequently
February 3, 2008
Thanks, but I'm not sure I understand how to write the path of the file. For instance, the file is located at c:\trial (the name of the file is bb.exe). How should u write it?
Is it necessary that the EXE file will be in the same folder that contains the HTML file?

Thanks, again.
Amit
Participating Frequently
February 3, 2008
You can link to an application, the browser will then prompt you if you want to save or run it, but you cannot simply launch a projector.

getURL("myProjector.exe","_blank");