Hello, I have a CD that opens a HTML file when it is loaded.
there are 2 files
autorun.inf
autorun.bat
autorun.inf contents:
[autorun]
open=autorun.bat
icon=cdrom.ico
autorun.bat contains:
@echo Lade "index.html"...
@start index.html
@exit
This seems to do the job on Windows machines and Linux machines.
By the way the index.html and cdrom.ico are in the same dir. as the autorun.inf and autorun.bat
hope this helps
SE (Dave)