Re: How to Mount/Unmount Drives on Windows?

2006-03-17 Thread dpickles
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

How to Mount/Unmount Drives on Windows?

2006-02-25 Thread dpickles
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

Re: How to get Windows system information?

2006-01-17 Thread dpickles
nevermind, found it thanks all! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to get Windows system information?

2006-01-15 Thread dpickles
For the memory, which of these fields tells you the total amount of RAM? Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to get Windows system information?

2006-01-15 Thread dpickles
Thank you all! These tips answer my question. I am glad I discovered this group. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to get Windows system information?

2006-01-14 Thread dpickles
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

How to get Windows system information?

2006-01-13 Thread dpickles
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

please help the newbie!

2006-01-06 Thread dpickles
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