(CVAL('DRIVES'))
Returns a list of available drives.
Example:
SET VAR vDrives = (CVAL('Drives'))
vDrives will include the list of ALL drives!
Result: aCDeF
In that list of drives, drives with CAPITAL letters, such as C,D or F would be the hard disk drive, and drives with lower case letters would be removable drives, such as a or e.
a = floppy disk drive
C = Hard Disk
D = Hard Disk/CD-ROM/DVD
e = zip disk
F = Hard Disk/CD-ROM/DVD or even mapped network drive
All hard drives, including CD-ROM/DVD and network mapped drives would be CAPITAL letters.
All removable drives, including floppy disk drives and zip drives would be lower case letters.