On 6 July 2010 07:49, Kevin Coombes <kevin.r.coom...@gmail.com> wrote: > Is there an easy way to get the CouchDB server to restart (in order to read > an edited config file) on Windows? Preferably something that works like the > Apache Server Monitor for the Apache web server on Windows... > > Thanks, > Kevin
many ways: ghetto style - create 3 different shortcuts or .cmd files if you prefer as the following: net.exe stop "apache couchdb" net.exe start "apache couchdb" cmd /c "net.exe stop "apache couchdb" && net.exe start "apache couchdb"" note the liberal use of "" ... or use a tool like this one: http://tools.sysprogs.org/srvman/