Ok i have been reading up on ServiceController and have created an instance of it. On my local machine i have this directory path C:\\ruby\ruby\bin\ and in this directory i have these files along with others of course ( mongrel_rails, mongrel_rails.bat, mongrel_rails.cmd, mongrel_rails_service.cmd) From what i see on the mongrel website it says to use mongrel_rails
excerpt from website
$ mongrel_rails service::install -N myapp \
-c c:\my\path\to\myapp -p 4000 -e production
$ mongrel_rails service::start -N myapp
So i assume, the correct file i need is the mongrel_rails file, but how do i tell ServiceController the path to that file, and then send the commands?