Creating An Autorun For A CD

Alexocrate

New Member
Hey there,
i would like to know if anyone here can help me or teach me or tell me how to create an autorun for a cd and if possible, an animated autorun for any cd.
thank you,
Respect
 
What you have to do is to create a text file named "Autorun.INF" containing the following text:

[autorun]
OPEN=myprogram.EXE
ICON=myicon.ICO

just change the name of the program and icon to the name of your program. And you dont need the ICON, but if you want it to show an Icon in "my computer", then thats how.
 
Back
Top