Heya,

If it helps, here's a little util to return the total drive size of a drive. usage:

DriveSize [[X:] [/comma]]

parameters (in any order)
X: - the drive to check, valid input is a..z, colon must be present. If missing, C: is assumed

/comma - formats the output as 123,456,789 bytes. If missing output is 123456789 bytes.

If the drive doesn't exist (or is an empty CDROM) program returns -1

The output can be > to a file and read by kix, should be plenty of UDFs for that.

cj