Does anyone know of a win32 *command line* tool that will tell the user what kind of disc in is the drive, if recognized?
e.g.:
C:\> toolname <driveletter>:
would give a textual message, a return code or both that would allow the user or a calling task to differentiate among the following types of discs in the drive:
1. CD-ROM/CD-R/CD-RW (subtypes: CD-AUDIO, CD-DATA, CD-HYBRID)
2. DVD-ROM/DVD-R/DVD-R(DL)/DVD-RW/DVD-RAM/DVD+R/DVD+RW (subtypes: DVD-Video, DVD-Data, etc.)
-brendan