Skip to content
  • There are no suggestions because the search field is empty.

Start TOP Server V6 Runtime from Powershell

Can I start the TOP Server Runtime process from Powershell?

When running TOP Server as Interactive instead of System Service as its Runtime Process Mode, the application will not start on system startup automatically like a service would.
Using Powershell to start the Runtime process, which controls the communication processes, could be an option. Please see the following:
Start-Process -FilePath "C:\Program Files (x86)\Software Toolbox\TOP Server 6\server_runtime.exe"
 

The above statement assumes TOP Server V6 and that it is installed at the default location. If your system is running V5 of TOP Server or it is installed to a different directory, please update the file path accordingly.