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 >
Wrap
DOS Batch File
|
2002-05-01
|
371b
|
15 lines
@echo off
rem This batch file reinstalls the CoolTrayService, then starts it.
rem Change this path:
set SERVICEPATH=C:\Troels\Delphi\TrayIconTest\CoolService
%SERVICEPATH%\CoolService.exe /uninstall /silent
%SERVICEPATH%\CoolService.exe /install /silent
net start CoolTrayService
rem Start the Service Manager
rem %SystemRoot%\system32\services.msc /s