On 06/09/06, Tim Golden <[EMAIL PROTECTED]> wrote:
[Rama]

|      I want to list the names of all the processes running on
| my machine. I am stuck at this point and do not know how to
| extract the name of a process.

WMI is good for this kind of thing:

http://tgolden.sc.sabren.com/python/wmi_cookbook.html#running_processes


Awesome. That works for me.

Just curious, however - is there any way at all to get this through the win32* modules? I notice that there is a Windows API -
QueryFullProcessImageName - but I don't see this in these modules (or maybe I am not looking closely enought).

thanks,
Rama


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to