-
CDR Icons
Hello Everyone:
I would like to know how to record a CD with my icon, When you put the CD in a drive you get my icon instead of the default icon (In My Computer). Just like when you put in a MS CD and CD's from other companies?
Is this a another software program or is it in the CD burning programs?
Any Ideas?
Thanks
Art
-
Put a file called autorun.inf on the CDROM. Then put your icon on it. The autorun.inf will look something like:
Code:
[AutoRun]
Icon=myicon.ico
And it'll work.
You can also take the icon from a DLL, EXE, or cursor file (*.CUR). All the commands for autorun files can be found here: http://msdn.microsoft.com/library/de...oplay_cmds.asp
-
Works Great
Yeah that's what I need?
Thanks
Art W.