FBTMLoggerSvc - Command-line switches
FBTMLoggerSvc3.exe supports the following command-line switches.
Options |
|||||||||
-s | /s <service_name> |
Name of the Windows service (no spaces, special characters allowed) |
||||||||
-d | /d <service_display_name> |
Display name of the Windows service |
||||||||
-p | /p <fbtm_project_id> |
Project id for a particular project in the FB TraceManager 3 database FBTM3.fdb |
||||||||
-i | /i <fbtm_configuration_file> |
Path to a FB TraceManager 3 configuration file fbtm_program.ini |
||||||||
Installation / Uninstallation |
|||||||||
-install | /install |
Installs a Windows service. Mandatory options:
|
||||||||
-uninstall | /uninstall |
Uninstalls a Windows service. Mandatory options:
|
||||||||
Administration |
|||||||||
-start | /start |
Starts a Windows service. Mandatory options:
|
||||||||
-stop | /stop |
Stops a Windows service. Mandatory options:
|
||||||||
-pause | /pause |
Pause a Windows service. Mandatory options:
|
||||||||
-resume | /resume |
Resumes a paused Windows service. Mandatory options:
|
||||||||
-restart | /restart |
Restarts a Windows service. Mandatory options:
|
The following examples show the usage of the command-line switches.
Installation
FBTMLoggerSvc3.exe -s FBTMLoggerSvc2_Employee -d "FB TraceManager 2 Logger Service - Employee" -p 4 -i "C:\Users\Thomas\AppData\Roaming\FB TraceManager 2\fbtm_program.ini" /install
Uninstallation
FBTMLoggerSvc3.exe -s FBTMLoggerSvc2_Employee /uninstall
Start
FBTMLoggerSvc3.exe -s FBTMLoggerSvc2_Employee /start
Stop
FBTMLoggerSvc3.exe -s FBTMLoggerSvc2_Employee /stop
Pause
FBTMLoggerSvc3.exe -s FBTMLoggerSvc2_Employee /pause
Resume
FBTMLoggerSvc3.exe -s FBTMLoggerSvc2_Employee /resume
Restart
FBTMLoggerSvc3.exe -s FBTMLoggerSvc2_Employee /restart