Allow service editing on the command line.
authorIain Patterson <me@iain.cx>
Wed, 1 Jan 2014 12:41:02 +0000 (12:41 +0000)
committerIain Patterson <me@iain.cx>
Wed, 1 Jan 2014 21:27:58 +0000 (21:27 +0000)
commit4b7c8eec508cc90d80355fad5df80163a181ddcb
tree300206fd30d834c7f55a769b8d81204fbd8a9ee0
parentda3d37ae16f1af9735699ae444128b1224a7103f
Allow service editing on the command line.

Individual service parameters can now be queried or edited on the
command line.  The syntax is designed to be intuitive and is
described in some detail in the README.  Some examples follow:

    nssm get Selenium Application

    nssm get "My Batch Job" AppExit 0

    nssm get Jenkins AppEnvironmentExtra CLASSPATH

    nssm get Netlogon ImagePath

    nssm set UT2004 Application C:\Games\UT2004\System\UCC.exe

    nssm set UT2004 AppParameters server

    nssm set UT2004 AppExit Default Exit

    nssm set Jenkins ObjectName DOMAIN\ci correct horse battery staple

    nssm set "My Batch Job" AppExit 0 Exit

    nssm set WowzaMediaServer362 Start SERVICE_DELAYED_START

    nssm set UT2004 Type SERVICE_INTERACTIVE_PROCESS

    nssm reset UT2004 AppEnvironment

    nssm reset UT2004 ObjectName
ChangeLog.txt
README.txt
messages.mc
nssm.cpp
nssm.dsp
nssm.h
nssm.vcproj
service.cpp
service.h
settings.cpp [new file with mode: 0644]
settings.h [new file with mode: 0644]