Page 1 of 1

Windows Service documentation

Posted: March 3rd, 2017, 6:38 pm
by Matty666
The doco for installing the windows service here https://sabnzbd.org/wiki/advanced/sabnz ... ws-service isn't quite right for the sc commands.

The "sc config SABnzbd start=auto" requires a space between the "start=" and the "auto" otherwise the command fails. e.g. it should be "sc config SABnzbd start= auto"

If you miss the space it just shows you the usage instructions, which does tell you that a space is required between the equals sign and the value, but it's not immediately obvious that this is the problem. Can the doco be updated so that people aren't scratching their heads following the instructions?

stupid windows sc.exe! :)

Re: Windows Service documentation

Posted: March 3rd, 2017, 7:34 pm
by sander
Done. Please check.

Re: Windows Service documentation

Posted: March 3rd, 2017, 8:10 pm
by Matty666
Awesome, thanks. That looks good.