From: Curt Hibbs Date: 2007-02-04T17:17:32+09:00 Subject: Re: win32 Ruby woes... pleas help ------=_Part_41680_9395362.1170577032608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 2/3/07, Joe Swatosh wrote: > > On 2/3/07, Peter Szinek wrote: > > > This seems related: > > > > http://rubyforge.org/tracker/index.php?func=detail&aid=8325&group_id=167&atid=715 > > Vdaka ti, dobra vila! :-) > > > > Yup, this was exactly it! Does anybody have any idea why does rake.bat > > have 'exit %ERRORLEVEL%' at the end? Of course that line closes the > > console... > > > > Thanks to everyone! > > Peter > > > > __ > > http://www.rubyrailways.com > > > > > > I believe the idea is to pass the %ERRORLEVEL% on to an invoking > process. Change the 'exit %ERRORLEVEL%' to 'exit /b %ERRORLEVEL%' and > give it a whirl. I'll fix this in the next release candidate of the one-click installer. Curt ------=_Part_41680_9395362.1170577032608--