PDA

View Full Version : Auto Run CD


Raelrigs
23-05-2003, 00:40
hi all

i am trying to creat a cd to auto run when placed in any cd drive on win98/me/xp comps
its for a presentation i have created using HTML can this be done

thanks in advance

Rael

abe
23-05-2003, 01:04
create a file called 'autorun.inf' and stick it in the root directory of the cd, then put this inside it (modify as needed).



[autorun]
open=index.html
icon=icon.ico


you dont need icon, but it just changes the standard cdrom icon to something more meaningful or different.

Raelrigs
23-05-2003, 01:09
thanks mate
i was calling the file autorun.bat
maybe thats where i was going wrong


thanks again

rael

abe
23-05-2003, 01:27
No probs

Doubs
26-05-2003, 19:12
Handy little piece of code that, shall give it a go when burning me next cd.

:cool: