home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / zkuste / delphi / kompon / d234567 / COOLTRAY.ZIP / CoolService / CoolTrayService.bat < prev    next >
DOS Batch File  |  2002-05-01  |  371b  |  15 lines

  1. @echo off
  2.  
  3. rem This batch file reinstalls the CoolTrayService, then starts it.
  4.  
  5. rem Change this path:
  6. set SERVICEPATH=C:\Troels\Delphi\TrayIconTest\CoolService
  7.  
  8. %SERVICEPATH%\CoolService.exe /uninstall /silent
  9. %SERVICEPATH%\CoolService.exe /install /silent
  10. net start CoolTrayService
  11.  
  12. rem Start the Service Manager
  13. rem %SystemRoot%\system32\services.msc /s
  14.  
  15.