|
-
November 2nd, 2002, 08:26 PM
#1
autorun html from cd
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.
-
November 2nd, 2002, 08:54 PM
#2
I think the command should be "START INDEX.HTML" (or whatever html page you have).
Try typing it out from the command prompt also.
-
November 19th, 2002, 10:28 PM
#3
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!
Last edited by dziadek_lesny; November 19th, 2002 at 10:30 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|