Click to See Complete Forum and Search --> : CD eject


drachefire
August 16th, 1999, 07:57 PM
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~

ChristianH
August 17th, 1999, 05:23 AM
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