From: Johan Nilsson Date: 2005-01-11T23:46:19+09:00 Subject: Re: [ANN] One-Click Installer 182-14 Final -- Happy New Year! "linus sellberg" wrote in message news:cs0ocl$2jv$1@news.island.liu.se... > Johan Nilsson wrote: >> Oh, that's what I've already done. The PATHEXT stuff I can live without - >> writing the extra ".rb" is fine with me. > > Well, you'd have to manually invoke the interpreter without it. That isn't > needed with PATHEXT. No, just 'foo.rb' works fine without PATHEXT. Not 'foo', obviously. The associations are correct, try: assoc | findstr /l .rb ftype | findstr /l rbFile // Johan