home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
COOLTRAY.ZIP
/
demos
/
CoolService
/
CoolTrayService.bat
< prev
next >
Wrap
DOS Batch File
|
2002-10-23
|
373b
|
15 lines
@echo off
rem This batch file (re)installs 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