PDA

View Full Version : CD Autolauncher?


Meths
06-04-2003, 01:26 AM
I've got an interactive CD-rom and I need it to launch my intoruction index.htm every time it's put in a drive, universally. Can anyone reccomend an affective method of auto launching a CD-Rom with my HTML based presentation on it? What about an autorun.ini file? I can't seem to find anything particularly useful.

thanks

ionsurge
06-04-2003, 10:47 AM
This is more of a Computer Related Issue, so I'll move it after this.

autorun.inf will work fine, just ammend the contents accordingly.

[Autorun]
open=[enterpathhere]
icon=[entericonpathhereifany]

That should do it.