Click to See Complete Forum and Search --> : autorun html from cd


arzoo400
November 2nd, 2002, 07:26 PM
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.

Manish Malik
November 2nd, 2002, 07:54 PM
I think the command should be "START INDEX.HTML" (or whatever html page you have).

Try typing it out from the command prompt also.

dziadek_lesny
November 19th, 2002, 09:28 PM
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!