From: BG - Ben Armstrong Date: 2005-04-05T01:12:37+09:00 Subject: Re: win32ole not all methods work On Mon, 2005-04-04 at 21:23 +0900, Masaki Suketa wrote: > I think drive.isReady is false then, drive.serialNumber raise runtime > exception in VBScript. Excellent. Thanks. Adding an if drive.isReady to our code filters out the floppy & CD-ROM (which we weren't interested in anyway) thereby fixing our code. Ben