From: Daniel Berger Date: 2009-07-17T04:06:13+09:00 Subject: Re: Reading windows processes > -----Original Message----- > From: loadeddesigns@gmail.com [mailto:loadeddesigns@gmail.com] > Sent: Thursday, July 16, 2009 12:42 PM > To: ruby-talk ML > Subject: Reading windows processes > > Hello, > I was wondering if Ruby could read what programs are currently running > on a Windows system... for example, if I have an executable called > "close_popup.exe" running on the system and visible from windows task > manager, is it possible to see if it is running from Ruby? gem install sys-proctable Regards, Dan