Start or Stop the OpenROAD Server
You start the OpenROAD Server by starting the orsposvc service. You shut down the OpenROAD Server by stopping orsposvc.
Note: You must have administrative privileges to start or stop the OpenROAD Server.
To start the OpenROAD Server
1. Open a Windows command prompt.
2. Enter the following command:
net start orsposvc
Note: If the above command does not work, specify the full path to net.exe, for example:
C:\WINDOWS\system32\net.exe start orsposvc
To shut down the OpenROAD Server
1. Open a Windows command prompt.
2. Enter the following command:
net stop orsposvc
Note: If the above command does not work, specify the full path to net.exe, for example:
C:\WINDOWS\system32\net.exe stop orsposvc