I got really excited when I realized that there is finally a GOOD windows installer for couchdb. But im not excited that the server doesn't run as a service. You are provided with a bat file that starts up the couch server, but it requires the terminal stay open.
If I have to, I will just write a windows service that executes the commands in the bat file, but I would like to know if there is any way to just hide the terminal or run as a background job like you can in linux.
Thanks