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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top