Click to See Complete Forum and Search --> : Q: Accessing CD-ROM without prompt?


Jon Funk
March 29th, 1999, 10:56 AM
Currently, I am prompting the user for the drive letter of the CD-ROM before I start to copy files from the CD. Is there a way around this (a way in which I don't have to prompt the user)?


Thanks in advance!

Gary Kirkham
March 29th, 1999, 11:54 AM
you can step through the available drives until you find the cdrom.

use GetDriveType and check for a return value of DRIVE_CDROM


Hope this helps,

Gary Kirkham