I need to include an html page (table of contents) on a CD/DVD. I\'d like the html page to open automatically when the user puts the CD/DVD in their machine. Is there a wa
You should be able to do with a relatively simple autorun.inf file in the CD/DVD's root directory:
autorun.inf
[autorun] shellexecute=path\to\htmlfile.html