Click to See Complete Forum and Search --> : HTML on CD


beeneeb
04-28-2006, 04:55 PM
How's it going? How do I open a executable file on a CD from an HTML file? I am distributing a CD & I have an autorun HTML file. I need to essentially run an .EXE file from the CD after someone clicks a link on the HTML page.

How do I do this?

Thanks!

nitrexoxide
04-28-2006, 07:12 PM
I direct link should work, shouldnt it?
Like: <a href="file.exe">Open the .exe file</a>

beeneeb
05-01-2006, 08:59 AM
It doesn't work...