How do I set my web page to launch from a CD automatically?

W

Weatherbyrd

I am making a web page for teaching a class. I will be giving each student a
CD. How do I set the "launch" or index file to automatically come up when CD
is inserted?
 
D

David Berry

Create a plain text file named AUTORUN.INF and put it in the CD root.

In the file put the following:

[autorun]
OPEN=Autorun\ShelExec default.htm

Substitute your home page name where it has default.htm
 
Top