I want to burn a cd which hav a label(means when you wil insert cd in system insted of just cd it must show a gif image or jpeg image). when we insert a chip magzine cd in system we get a seprate chip icon on drive lik dat i want a guitar on my cd.
can any one suggest me ny sofware..an how to do it.
To burn a CD with a label
(2 posts) (2 voices)-
Posted 2 years ago #
-
Make sure in the root folder of the CD, there's an autorun.inf file and an autorun.ico file.
The .inf file will contain information that a user's OS will use to display a custom icon and/or to run a particular .exe file.
When Windows senses that a CD has been inserted into a CD-ROM drive, it checks for a file named autorun.inf in the root folder of the CD.
The autorun.inf file contains standard ASCII text that looks something like this:
[autorun]
open=autorun.exe
icon=autorun.icoThe open command tells Windows the location of the executable to launch automatically (in this case, it says to run the file named autorun.exe in the root folder of the CD).
The icon command tells Windows the location of an icon file (.ico) to use as the image for the inserted CD in Windows.
The icon command is optional. If the icon file contains more than one icon, you can specify an icon in the file by providing a zero-based index, like so:
icon=autorun.ico 1
Posted 1 year ago #
Reply
You must log in to post.