|
<< Click to Display Table of Contents >> Navigation: Advanced Features > DBWServer (obsolete) > DBWServer: Silent mode |
MechWorks DBWServer
The optional switch -Silent will avoid any message box to be displayed after installing the service.
DBWServer.exe -silent -service
Because the switch -service starts the service (and every other switch has to be already set for that moment to take effect), it must be left as the last of the arguments.
Using the SC command is possible to add parameters to the service, such as login and password.
this is a .bat example that starts the service:
c:\program files(x86)\Mechworks\dbwserver\dbwserver.exe -silent -service
sc config DBWServer obj= "JohnPC\john" password= "xxxxx"
sc start DBWServer