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

Re: How to Mount/Unmount Drives on Windows?

2006-03-04 Thread Christos Georgiou
On 25 Feb 2006 18:06:15 -0800, rumours say that [EMAIL PROTECTED] might have written: >Hello, >I do not know how to mount or unmount drives on Windows. I think that >it could possibly be done with a DOS command (using os.system()). mountvol is the command you want. I know it's in winxp, I thi

Re: How to Mount/Unmount Drives on Windows?

2006-02-25 Thread shearichard
This looks like it might help you ... http://support.microsoft.com/?kbid=311272 ... although the blurb does say "DevCon is not redistributable. It is provided for use as a debugging and development tool". There is an article about it at ... http://tinyurl.com/4kb8m regards richard. -- http