[BTW, there is a list/newsgroup specifically for pywin32]
on 06.09.2006 12:56 Rama said the following:
> Hi,
>
> 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.
>
> Using win32pro
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.h
[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
TJG
__
Hi, 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. Using win32process.EnumProcesses, I am able to obtain the pids of all the processes and using
win32api.OpenProcess() I have obtained a ha