COM Bridge options

The COM Bridge application and service provide different command-line options for installing, starting and stopping the bridge.

Standalone Version

Command Description
combridge -install Installs the COM Bridge to start on every login.
combridge -remove Uninstalls the COM Bridge.
combridge -debug Disables asynchronous logging.
combridge -stop Stops another COM Bridge running.
combridge -log filename Sets the log file name (default is %TEMP%\COMBridge.log).
combridge - ? Displays COM Bridge usage dialog
combridge [option] [port] The port is the TCP port where COM Bridge is listening to incoming calls. Defaults to port 4042.

Service Version (recommended for production)

Command Description
combsvc -install Installs the COM Bridge as a service.
combsvc -remove Uninstalls the COM Bridge as a service.
combsvc -debug [params] Run the COM Bridge as a console application for debugging.
combsvc -start Starts the COM Bridge service.
combsvc -stop Stops the COM Bridge service.
combsvc - ? Displays COM Bridge service commands.