Re: Getting a list of Processes

fr Brad:

I do it in Python (with the wmi module) like this:

c = wmi.WMI()

for item in c.Win32_Process():

print item

great. maybe you can peep in thru the py code and see how they do it.

I don’t know who to contact about it. Is there a formal

request process for Ruby additions someplace?

you can contact the win32 team (i know only of Daniel B. and Parks
Heesob)

thanks and kind regards -botp