From: Justin Bailey Date: 2006-07-20T05:27:05+09:00 Subject: Re: irb and readline ------=_Part_59941_7180810.1153340818605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/19/06, Phrogz wrote: > > Any .bat geeks able to tell me how to modify the irb.bat file that > comes with the one-click installer so that this option is always > specified? > > > Replace the section at the top with (notice --noreadline added): @echo off if not "%~f0" == "~f0" goto WinNT ruby -Sx "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 --noreadline goto endofruby :WinNT "%~d0%~p0ruby" -x "%~f0" %* -r irb/completion --noreadline goto endofruby ------=_Part_59941_7180810.1153340818605--