Re: Checking Free Disk Space in Win32

2001-06-26 Thread Aaron Petry
Thank you to everyone who replied! That was way quicker than I had hoped. I saw (in a Google search) the reference to Perl for System Administration at O'Reilly's Safari site. I've got the Camel book, but I couldn't find anything there. Thanks for all the help!

re: Checking Free Disk Space in Win32

2001-06-26 Thread Kipp, James
pretty easy to learn. http://www.roth.net/perl/scripts/ > -Original Message- > From: Chris Hedemark [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 1:49 PM > To: [EMAIL PROTECTED]; Aaron Petry > Subject: Re: Checking Free Disk Space in Win32 > > >

Re: Checking Free Disk Space in Win32

2001-06-26 Thread Chris Hedemark
nt platforms. Chris Hedemark - Hillsborough, NC http://yonderway.com - Original Message - From: "Chris Hedemark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Aaron Petry" <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 1:48 PM Subject: Re: Che

Re: Checking Free Disk Space in Win32

2001-06-26 Thread Chris Hedemark
# From "Perl for System Administration" use Win32::AdminMisc; ($total,$free) = Win32::AdminMisc::GetDriveSpace("c:\\"); print "$free bytes of $total bytes free\n"; # Good luck, hope that helps! # -Chris - Original Message - From: "Aaron Petry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]