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?

Thanks,

  • Jeff

manager, is it possible to see if it is running from Ruby?
gem install sys-proctable

Regards,

Dan