>I need to find out whether a particular CD is currently loaded on a Windows >machine. The volumes() function works fine on a Mac, but on a PC it only >gives me the drive letters...not the full names of the volumes. How can I >get that info?
You can create a simple script to run through the various drive letters (A-Z) and check for the existence of a file that occurs only on the CD. If you don't find it, the CD ain't installed. Terry... >Thanks. >Richard Miller > >_______________________________________________ >use-revolution mailing list >[EMAIL PROTECTED] >http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
