Click to See Complete Forum and Search --> : How to do autorun on CD


latin.developer
05-24-2005, 12:50 PM
I am making a CD of my web art, and I'd like to make it start up a web
browser and open my index.html file automatically when the CD is put in the
computer. How do I do this?

Mausau2000
05-24-2005, 05:17 PM
Make a file called autorun.inf using notepad and put it in the root directory of your CD and make it contain
[autorun]
open=index.html

This is a simple autorun file and should do what you want :)

PS. Put index.html in the root directory as well ;)