Hello and thanks to all for your answers, I couldn't expect so many answers after a single day !
I need to run this application on Windows because it's not on a server but in a desktop computer in office used as workstation. I finally found a file in the "instantrail" root folder (d'ont know why not before...) : use_ruby.cmd which loads PATH as you told me So from this i created a batch file loaded at windows startup with this PATH and commands to start my ruby application. I know there is a strong active RoR community which could help me in the future if needed. Best, Max On 20 déc, 14:16, Maxime Calay <[email protected]> wrote: > Hello, > > I searched three hours how to start my RoR application automatically as > windows starts. No information about this on internet. Maybe it's too easy. > Not for me ! > > I have installed InstantRails2.0 and i know there is a menu to start command > prompt with ruby, but how to access this command prompt in command line from > cmd.exe ??? > > If i run cmd.exe, then go to rails app directory and type "ruby > script/server" it doesn't work because "ruby" command is not recognized. > > I need to start automatically my ruby application at windows startup > (session) ! > > Thank you for your answers > > Max -- 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.

