Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click "Start" and type "cmd" in the start search box
  2. Right click on the found application "cmd" and click on "Run as administrator"
  3. type the following commands (you might have to use "sc.exe" instead of "sc" on Windows 10 and Windows Server 2016):

    sc create OpenTM2MemoryService displayname="OpenTM2MemoryService" binpath="c:\OTM\WIN\OTMMemoryService.EXE" start=auto
    sc description OpenTM2MemoryService "OpenTM2 Community Edition needed as translation memory for translate5"
    sc start OpenTM2MemoryService

...