Am Mit, 2003-05-28 um 17.53 schrieb Jaschar Otto:
> I've found using Win32::AdminMisc pretty handy, specifically the
> GetDriveSpace($drive) funtion.

the problem with GetDriveSpace and most similar functions is,
they just tell you the partition size of windows partitions,
not the physical size. If you use i.e. a linux and a windows
partition it doesn't work because windows got no drive number
for the linux partitions. Win32::OLE was the online windows
solution i found, it  tells you the real size of the harddisk,
independent from partitions.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to