AppToService.exe
AppToService v2.3 - Shareware
Copyright (C) 1996-2000 Basta Computing, Inc. All rights reserved.
Web site:
http://www.basta.com
Synopsis: Runs regular applications as Windows services.
Usage: AppToService /? | /?? | [/Install [options] | /Remove "application"]
Main options:
/? Display this help screen.
/?? Display some examples.
/Install Install a service.
/Remove Remove a service.
application The executable file you would like to use as a service.
Install options (* indicates the default setting):
/AbsName:"x" Same as /Name without showing the AppToService prefix.
/Arguments:"x" Where x is the application's command line arguments.
/DependOn:"x" Where x is another service on which this one depends.
/Directory:"x" Where x is the application's working directory.
/Interact:x Where x is 1 (interact with desktop*) or 0 (otherwise).
/Name:"x" Where x is the name of the service (application name*).
/Priority:x Where x is I (Idle), N (Normal*) or H (High).
/Show:x Where x is 1 (Normal*), 2 (Minimized) or 3 (Maximized).
/Startup:x Where x is A (Automatic), M (Manual*) or D (Disabled).