From: Ryan Eibling Date: 2006-09-09T08:30:10+09:00 Subject: Re: Ruby on Windows. Cory Chamblin wrote: > On 9/8/06, Henry Savr wrote: >> I have two problems with my Ruby for Windows (1.8.4): >> >> 1. When I double-click on a file with .rb extention a DOS-like window >> appears and dissapears immediately. I am not able to see results. >> > > Just write a little batch file: > > @echo off > ruby %1 > pause > > Save it in your Ruby bin directory (I called mine rdos.bat), and > associate rb files with it. HTH. > > Cheers, > Cory Hey, that's a good idea. I didn't ask the question, but thanks!