CoolTrayService.bat
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:0k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. @echo off
  2. rem This batch file (re)installs the CoolTrayService, then starts it.
  3. rem Change this path:
  4. set SERVICEPATH=C:TroelsDelphiTrayIconTestCoolService
  5. %SERVICEPATH%CoolService.exe /uninstall /silent
  6. %SERVICEPATH%CoolService.exe /install /silent
  7. net start CoolTrayService
  8. rem Start the Service Manager
  9. rem %SystemRoot%system32services.msc /s