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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top