Can anyone tell me how to detect the existence of a removable disk drive? I want to be able to search all drives on a given PC but exclude the removable drives (ie floppy, zip, CD...). If I use "IF EXIST..." on a zip drive that does not have a disk, a message box pops up stating "There is no disk in the drive..." and execution is halted until the user clicks on an Abort/Retry/Ignore button. The OS is WinNT 4.

Thanks