source: components/CoolTrayIcon/demos/CoolService/CoolTrayService.bat

Last change on this file was 1, checked in by maron, 16 years ago

3.1 verze, první revize

File size: 373 bytes
Line 
1@echo off
2
3rem This batch file (re)installs the CoolTrayService, then starts it.
4
5rem Change this path:
6set SERVICEPATH=C:\Troels\Delphi\TrayIconTest\CoolService
7
8%SERVICEPATH%\CoolService.exe /uninstall /silent
9%SERVICEPATH%\CoolService.exe /install /silent
10net start CoolTrayService
11
12rem Start the Service Manager
13rem %SystemRoot%\system32\services.msc /s
14
Note: See TracBrowser for help on using the repository browser.