From: Michael Witrant Date: 2001-08-23T07:24:44+09:00 Subject: [ruby-talk:20131] Re: writing to registry On Thu, 23 Aug 2001 05:39:36 +0900, Mark Slagell wrote: > Does anyone know how to create a Windows registry key from ruby? Is > this a dirt-level Win32API thing, or is there anything canned for it? I wrote a RegKey class to manipulate registry keys. It is not ready to be released, but you can get it there: http://www.lepton.fr/ruby/registry/registry.rb There is no documentation, but I added a (very) few samples at the end of the script. You can also directly use the Windows functions defined with Win32API at the begining. Mike. midulo.