Install.bat 126 B

1234
  1. sc.exe create WCS.Service binPath=%~dp0WCS.Service.exe
  2. sc.exe description WCS.Service "²©ÖÚWCS"
  3. sc.exe start WCS.Service
  4. pause