Switches and Options
Previous page  Next page
Usage:
   NTWrapper switch [options:<parameter>]


Switches:

-? / -help
Show help information.
-install
Install the service with default name 'NTWrapper'.
-uninstall
Uninstall the service with default name 'NTWrapper'.
-reinstall
Reinstall the service with default name 'NTWrapper'.


Options:

-name:<ServiceName>
Specify a different service name.
-displayname:<DisplayName>
Specify a different service display name.
-starttype:<StartType>
'Manual', 'Auto' or 'Disabled' (default=Manual).
-app:<Executable>
Full path and file name of the executable to be installed as a service.
-file:<DefinitionFile>
Full path and file name of a Service Definition File.
-silent
Do not display any messages.


Example: NTWrapper -install -app:c:\winnt\notepad.exe
net start NTWrapper'
Or:
NTWrapper -install -name:MyService -app:c:\winnt\notepad.exe
net start MyService

Notes: * When you install a new service, a default Service Definition File
   with name <ServiceName>.ini is created in NT Wrapper's
   installation directory.


NT Wrapper v1.06 - May 13, 2005
Copyright © 2002- 2005 P.Pohman
NT Wrapper Home