source:
components/CoolTrayIcon/demos/CoolService/CoolTrayService.bat
Last change on this file was 1, checked in by , 16 years ago | |
---|---|
File size: 373 bytes |
Line | |
---|---|
1 | @echo off |
2 | |
3 | rem This batch file (re)installs 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 |
Note:
See TracBrowser
for help on using the repository browser.