Re: [python-win32] Dismounting a USB flash drive

2006-01-16 Thread Paul Moore
On 1/13/06, Tim Golden <[EMAIL PROTECTED]> wrote: > Well, according to this message: > > http://groups.google.com/group/microsoft.public.win32.programmer.wmi/msg/799622aef19f9a3c > > it's not supported in WMI. Which is a shame because > it would be quite useful. Maybe someone more win32 > API-orien

Re: [python-win32] Dismounting a USB flash drive

2006-01-16 Thread Tim Golden
Well, according to this message: http://groups.google.com/group/microsoft.public.win32.programmer.wmi/msg/799622aef19f9a3c it's not supported in WMI. Which is a shame because it would be quite useful. Maybe someone more win32 API-oriented might have some idea. TJG __

[python-win32] Dismounting a USB flash drive

2006-01-13 Thread Paul Moore
I'd like to write a script to dismount a USB memory drive. I'm pretty sure this would be possible with something like wmi.py, but I've never been able to navigate through the WMI documentation well enough to see how to do things :-( Can anyone give me any pointers (it doesn't have to be a WMI solu