thank you!
devcon was a little more than I needed, and I couldn't get it to work
for how I wanted to use it. I will try mountvol. If it has an argument
to unmount a volume as well, then it will fit the bill perfectly.
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I am creating a simple application that will reside in the Windows
system tray. The purpose of the program is to mount or unmount external
hard drives or flash memory devices, and to set their default states
(ie mounted or unmounted) at startup.
I do not know how to mount or unmount drives
nevermind, found it
thanks all!
--
http://mail.python.org/mailman/listinfo/python-list
For the memory, which of these fields tells you the total amount of
RAM? Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
Thank you all! These tips answer my question. I am glad I discovered
this group.
--
http://mail.python.org/mailman/listinfo/python-list
thank you!
from what I can see from the second website you listed, there is a way
to get harddisk space information, but is there any way to get CPU load
and RAM usage?
--
http://mail.python.org/mailman/listinfo/python-list
Does anybody know how to get the:
Free hard disk space
Amount of CPU load
and Amount of RAM used
on windows? I am making an artificial intelligence program that has
"moods" based on how much stress the system is under, based on these
parameters. I think it could possibly be done vi
In my Python research, I have found a nice little voice recognition
script on the internet that does exactly what I need, and the demo
recognizes phrases with pretty much 100%accuracy.
The script can be found here:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/93025
What I want to do is