To install/start/end/delete the Windows Service:

=> Execute the Power-Shell as an Administrator

- sc.exe create "Teamware Test Service" binpath="D:\teamwareclientreplicator\TeamwareClientReplicator.exe"

- sc.exe start "Teamware Test Service"

- sc.exe stop "Teamware Test Service"

- sc.exe delete "Teamware Test Service"

 

** Replace   Teamware Test Service   with the name of your service

** Replace the binpath with your one path

** Remember to set a user who has the necessary rights to perform all necessary operations.