code:
$KB=cdbl(WMIQuery("Size","Win32_DiskDrive")[0])/1024
$MB=$KB/1024
$GB=$MB/1024

would give you correct sizes.
_________________________
There are two types of vessels, submarines and targets.