How to check for remaining hard drive space in Windows?
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.
Anyway help would be appreciated. :)
.
Relevant Pages
- Re: How to check for remaining hard drive space in Windows?
... I am new to Python and wanted to know how to check for the remaining ... disk space on my Windows machine using Python? ... But I'm not sure how to extract command line strings using Python ... (comp.lang.python) - Re: Disk Space Script
... I would like to write a script in Python to email me when disk space ... You could send the output to a variable and create a file-like stream ... Then you can do the compare and use the email module to email you the ... (comp.lang.python) - Hosting Companies: Help for Python Users?
... I know there are quite a few hosting companies now who represent themselves as Python-friendly. ... Rather than trawl through the Wiki pages, however, and email each one separately I am sending this request to the comp.lang.python list in the hope of attracting those companies who are more involved with the Python community. ... This applies particularly to the Windows platform, for various reasons -- the most common one is that Linux developers frequently don't have a Windows machine available to help them test their builds and ensure that distributions are available. ... I already have agreement from Grig Gheorghiu to try and support these efforts, and from Microsoft to consider providing appropriate software. ... (comp.lang.python) - Re: xmingw and f2py
... I don't know about xmingw, but we use mingw on linux to compile stuff ... /misc/windows is a smb mounted windows machine ... # install the latest windows python from www.python.org ... (comp.lang.python) - Re: Making a simple script standalone
... >>Python script for deployment on a Windows machine. ... Todo lo que querías saber, y lo que ni imaginabas, está en Yahoo! ... (comp.lang.python) |
|