How to configure ReutersBridge as NT service
In the general case, to work with ReutersBridge like a windows service could be used such command line:
rem Service setup ReutersBridge - -name <Service name> - -config <config file name> - -run install rem Service remove ReutersBridge - -name <Service name> - -run uninstall |
If --name is missing - default value ReutersBridge will be used.
If --config is missing - default value <path to ReutersBridge.exe binary>/config.cfg
Attention: for correct working of ReutersBridge as a service, all paths in all config files should be absolute.
Running of ReutersBridge as a service is only possible through SCManager interfaces:
Use SCManager to start the service:
- services.msc GUI interface
- net cli
- sc cli
- SCManager api