The program is a service and has to be registered as such, it can not be run as a standalone program.
Command line switch | Effect |
---|---|
/INSTALL | Installs the program as a service |
/UNINSTALL | Uninstalls the program from the service list |
/SILENT | Do not inform the user of a INSTALL or UNINSTALL |
Example: To install the service without informing the user :
IHSStartProg /INSTALL /SILENT
Start the service by restarting the machine or Run this command from the command line :
NET START IHSStartProgram
To stop the service
NET STOP IHSStartProgram
To reload its settings
NET PAUSE IHSStartProgram
NET CONTINUE IHSStartProgram