|
<< Click to Display Table of Contents >> Navigation: Advanced Features > DBWServer (obsolete) > DBWServer: Start/Stop the service |
MechWorks DBWServer
DBWserver.exe can be installed in a silent way by using the SC (service control) command.
Two batch files are provided to let you start and stop the service from the command line or from script:
•startService.bat
<installation path>\dbwserver.exe -silent -service
NTRIGHTS.EXE +r SeServiceLogonRight -u Domain\AdminPersonality
sc config DBWServer obj= "Domain\AdminPersonality" password= "AdminPersonalityPassword"
sc start DBWServer
•stopService.bat
sc stop DBWServer
<installation path>\dbwserver -silent -unregserver
Before use such as files you've to edit them and insert correct values of:
[installation path]
[Domain\AdminPersonality]
[AdminPersonalityPassword]