[EMAIL PROTECTED] wrote:
> HI,
> 
> I am new to Python and wanted to know how to check for the remaining
> disk space on my Windows machine using Python? I was thinking of using
> the command line "dir" and trying to extract the output from there.
> But I'm not sure how to extract command line strings using Python
> either.

And, just for the record, there's even a few other
techniques outlined here:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66455

TJG

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to