From: Park Heesob Date: 2006-06-03T16:58:24+09:00 Subject: Re: windows task manager listing Hi, >From: Pe?, Botp >Reply-To: ruby-talk@ruby-lang.org >To: ruby-talk@ruby-lang.org (ruby-talk ML) >Subject: Re: windows task manager listing >Date: Sat, 3 Jun 2006 16:40:18 +0900 > >fr Park: ># Not yet. > >thanks. i will wait :) > ># But you can do it like this: ># ># require 'Win32API' ># > >it gives no output even if have > >get_task_list.each {|pid,name| > p pid," ",name >} > Check the code again. especially this: REGKEY_PERF = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Perflib\\009" And it runs on Windows 2000,XP or higher. >thank you and kind regards -botp > Regards, Park Heesob