This directory contains a script for installation as a service, starting
the service, and setting the service to start automatically on boot.

To install the windows service, run:

.\install-service.bat install

To start the service, run:

.\install-service.bat start

Manage the service with:

.\@name@w.exe

REMOVAL

To remove the service:

.\install-service.bat uninstall
