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?
Thanks,
- Jeff
···
--
Posted via http://www.ruby-forum.com/.
gem install sys-proctable
Regards,
Dan
···
-----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?