I'm having a bit of some trouble w/ these few commands.
I need to know how I can ALWAYS detect the CD AND DVD drive of ANY PC, using bass_cd.
I also need it to detect if both a CDR / CDRW / OR DVD-R / DVD-RW / DVD-R+ / etc, is in the drive.
If not, then return "Please insert a CD into drive blah".
here's what I have so far:
Thanks to everyone who helps! :)
~DS~
I need to know how I can ALWAYS detect the CD AND DVD drive of ANY PC, using bass_cd.
I also need it to detect if both a CDR / CDRW / OR DVD-R / DVD-RW / DVD-R+ / etc, is in the drive.
If not, then return "Please insert a CD into drive blah".
here's what I have so far:
door = BASS_CD_Door("D:/", BASS_CD_DOOR_OPEN) BASS_CD_GetInfo(3, BASS_CD_RWFLAG_READCDR) If BASS_CD_GetInfo(3, BASS_CD_RWFLAG_READCDR) = 0 Then WB3D_Notify "","Please insert a CD.",0
Thanks to everyone who helps! :)
~DS~