From: Ben Zealley Date: 2006-07-21T04:45:10+09:00 Subject: Re: *.rb not running on Windows any more > But then I installed 1.8.4 from the one-click. > Now, when I type "findfile ..." in a command window, Windows rudely > informs me: > "'findfile' is not recognized as an internal or external command, > operable program or batch file." > > The findfile.rb file is still in the same spot. > Ruby was installed in the same spot. > I've tried associating *.rb with c:\ruby\bin\ruby.exe and > c:\ruby\bin\rubyw.exe, but to no avail. > > Who can help me in my quest to continue to kick the crap out of > Windows' built-in search? I'm guessing a bit here, but the problem might lie in the Path or PATHEXT environment variables, rather than Explorer's file associations (which I don't think cmd even knows about) - one or the other may have been modified by the 1.8.4 one-click? I'm probably embarrassingly wrong though, so hopefully someone else can be more helpful... -- Ben