On 9/8/06, Henry Savr <hsavr / yahoo.com> 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