From: ptkwt@... (Phil Tomson) Date: 2004-02-09T06:26:46+09:00 Subject: Re: Windows Registry In article , 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? yes. ON the Windows distribution, look for registry.rb in the Win32 library directory. (require 'win32/registry'). Phil