📄 cooltrayservice.bat
字号:
@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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -