cooltrayservice.bat
来自「P2P即时通讯源码(DELPHI编写)」· Batch 代码 · 共 15 行
BAT
15 行
@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 + =
减小字号Ctrl + -
显示快捷键?