From: Robert Date: 2004-02-09T06:24:58+09:00 Subject: Re: Windows Registry Tietew wrote: > On Tue, 3 Feb 2004 11:45:04 +0900 > In article > [Windows Registry] > Robert wrote: > > >>Does Ruby come out of the box with ways to handle the Windows registry? >>If not, is there a good add-on that adds the functionality? > > > ruby 1.8 includes win32/registry.rb to handle Win32 Registry. > just require 'win32/registry.rb' > > see comment of this file how to use. > > > --[ Tietew ]------------------------------------------------------- > Mail: tietew@tietew.net / tietew@raug.net > Web : http://www.tietew.net/ (Tietew Windows Lab.) > PGP fingerprint: 26CB 71BB B595 09C4 0153 81C4 773C 963A D51B 8CAA > > > Thanks I will!