Autorun html document from CD

  • Thread starter Thread starter ReidarT
  • Start date Start date
R

ReidarT

I have a CD with som accessfiles on. I need to tell the user about the
installation first.
I use
autorun.inf
[AutoRun]
open="how do I start a html-document?"
icon=myicon.ico

best regards
ReidarT
 
Hello ReidarT,

Thanks for your post. As I understand, you want to open the html file
automatically, when you put in the CD. If I have misunderstood, please feel
free to let me know.

Based on my research, we need to create the following Autorun.inf file.
Then, burn the inf file and the html file to a CD in the root directory.
When the CD is inserted in the CD
ROM, the html file opens.

[autorun]
shellexecute=<name>.htm

Note: <name> is the html file name which you want to open.

Please feel free to post in the group if this solves your problem or if you
would like further assistance.

Regards,

Michael Shao
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top