Can anyone tell me the bare minimum I need to do open the CDROM door? Also, how could I make it find the letter of the CDROM (so if someone has there CDROM drive "E" instead if "D" it will still open).
Thank you vary much!
~Drache~
Printable View
Can anyone tell me the bare minimum I need to do open the CDROM door? Also, how could I make it find the letter of the CDROM (so if someone has there CDROM drive "E" instead if "D" it will still open).
Thank you vary much!
~Drache~
Try the MCI String interface.
"open cdaudio" // no matter which drive letter
"set cdaudio door open" // "closed" too
"close cdaudio"
Works only fine with one CDROM in your PC.
Chris