OK. The DOS window that you are getting from the InstantRails menus IS the Rails Console (almost). A console is just a window, it does not have to be anything fancy. The special thing about this DOS window is that it has all the right paths to ruby and your applications directories pre-set for you so that you don't have to worry about them. Another thing that you need to know is that if you type ruby script/console then you will load your Rails environment for that particular project and you can interactively issue commands. It still looks like a DOS window but it has got super powers now! Hope this helps. Bharat
On Oct 25, 5:35 pm, "Sal e. Mander" <[EMAIL PROTECTED]> wrote: > Hi, > > I am using InstantRails in XP SP2. When I try to open a Ruby console > window from InstantRails menu system I only get a Dos window. This is, > probably, a problem in my registry configuration and happens even when I > try to execute a batch (.bat) file. > > My question is: how do I run a Ruby Console window without going through > the InstantRails menu system? > > If anyone knows how to fix my Window register problem that would work > also. > > Thanks, Lawrence > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

