[Israel.pm] df for windows.
Jason Friedman
jason.friedman at weizmann.ac.il
Sun Nov 7 07:30:48 PST 2004
> Can you recommend a module that implements the unix df command.
> I couldn't find in my search in CPAN.
The only modules mentioned rely on the system having the df command, which
windows doesn't have. You could perhaps use a port of the df command to
windows (e.g. googling found one at
http://www.paulsadowski.com/WSH/cmdprogs.htm
and then alter the CPAN package to use this format.
(e.g. the package Filesys::DiskFree )
Jason
More information about the Perl
mailing list