is there a way to have your cd autorun an html file? i know it is done for .exe files, but don't know how for html's.
Thanks.
Printable View
is there a way to have your cd autorun an html file? i know it is done for .exe files, but don't know how for html's.
Thanks.
I think the command should be "START INDEX.HTML" (or whatever html page you have).
Try typing it out from the command prompt also.
You have to create autorun.inf file in the root directory of cd.
In this file type:
[autorun]
open=explorer.exe index.htm
where index.htm is the html file You want to open.
Good luck!