Hi, At Thu, 14 Jun 2007 04:25:02 +0900, vasudevram wrote in [ruby-talk:255512]: > But sorry, this won't help you if you want to run IRB from the command > line - from a DOS command prompy, that is. You'll have to double-click > on the shortcut on the Desktop for this technique to work. ruby -C "somewhere you want" -S irb or ruby -C "somewhere you want" -rirb -e IRB.start -- Nobu Nakada