DBWServer: Silent mode

<< Click to Display Table of Contents >>

Navigation:  Advanced Features > DBWServer (obsolete) >

DBWServer: Silent mode

MechWorks DBWServer

Silent mode operations

Start service with exe

The optional switch -Silent will avoid any message box to be displayed after installing the service.

Example

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.

Start service with Service Control Manager

Using the SC command is possible to add parameters to the service, such as login and password.

Example

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