Appearance
Start Parameters
The Server.exe can be used with different start parameters.
Example:
shell
C:\MyServer\Server.exe ControlFile=C:\MyServer\Control.txt Start Wait=15Parameters
ControlFile
Path to the custom control file to be used.
Example:
ControlFile=C:\MyServer\Control.txtThe path can be relative (to the server directory).
Example:
ControlFile=..\MyControlFile\Control.txtQuotation marks must be used if there are spaces in the path of the control file.
Example:
ControlFile="C:\MyServer\Control Files\Control.txt"
ControlFile=C:\MyServer\"Control Files"\Control.txtProcess
Starts the server as a background process.
Service
Starts the server as a service with the specified service name. If no name is specified, TaurecServer is used. This parameter cannot be used when the server is started as a desktop application or process. It is used by the Windows® service manager. Use the Startup tab of the Server.exe to create or manage a service.
Example:
Service=MyServerStart
Starts the server. This parameter can only be used if the server is started as a desktop application.
Wait
Wait time in seconds until the server starts. It may be necessary to wait for the network on automatic startup. Otherwise, the TCP/IP addresses required by the server may not be available.
Example:
Wait=15