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!
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
>
>
>
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
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
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