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
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 1:45 PM Subject: Checking Free Disk Space in Win32 > I've been looking for a way to check the free disk space on a drive in > Win32 all morning. I could use a command input operator like `dir c:` and

Checking Free Disk Space in Win32

2001-06-26 Thread Aaron Petry
I've been looking for a way to check the free disk space on a drive in Win32 all morning. I could use a command input operator like `dir c:` and take the return value, but that gives me a whole file listing, and I'm not thrilled with breaking that up to find the "x bytes free" line. I