How to Autorun a .html file from USB drive? File should be run on Mac and Windows Both.
I'm using this but it's not working
[AutoRun]
shellexecute=loading-intro.html
|
How to Autorun a .html file from USB drive? File should be run on Mac and Windows Both. I'm using this but it's not working
| ||||
|
feedback
|
|
HTML files are not executable and therefore they can not be run. If you use an autorun.inf file on the medium, you need to specify the executable that will render the file. Only executables perform a task. Other files don't "do" anything. Types that execute include .exe, .scr, .chm, and .com. | |||||||||||||||
feedback
|
|
According to the Autorun.inf Wikipedia page, you can use:
However, Autorun only works with CD/DVD on Vista or later, IIRC, and has recently been disabled in XP, for security reasons, as mentioned by Randolph West. | |||||
feedback
|