-
when i put cdrom in drive windows identifys it automaticaly.
i am writting a program, and i need the program to identify the cd the minute i enter it into the drive, just like windows does...
now, i know how to get the info from the cd on a command click. i dont need that, what i do need is the code that identifies the cd when i put it in.
-
You need to create an autorun.inf file and place it in the root of the CD ROM.
-
autorun.ini
[autorun]
icon=cdrom.ico
open=autorun.exe
icon is image file in ico format to replace default cdrom icon
open is program to run when cd is placed in drive and when cdrom drive is double clicked on in my computer
-
what i meant was something different.
i meant, originals cd roms, not cdroms that i create.
i want my program to identify the cd when i put it in the cd-drive.