优化注册脚本

This commit is contained in:
Gui.H 2023-07-20 09:21:40 +08:00
parent d974010308
commit 3838f353f8
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ color 0e
@echo ==================================
@echo Start Install FastTunnel.Client
sc create FastTunnel.Client binPath=%~dp0\FastTunnel.Client.exe start= auto
sc description FastTunnel.Client "FastTunnel-开源内网穿透服务仓库地址https://github.com/SpringHgui/FastTunnel star项目以支持作者"
sc create FastTunnel.Client binPath="%~dp0FastTunnel.Client.exe" start=auto
sc description FastTunnel.Client "FastTunnel-开源内网穿透服务仓库地址https://github.com/SpringHgui/FastTunnel 点下star项目以支持作者"
Net Start FastTunnel.Client
pause

View File

@ -6,7 +6,7 @@ color 0e
@echo ==================================
@echo Start Install FastTunnel.Server
sc create FastTunnel.Server binPath=%~dp0\FastTunnel.Server.exe start= auto
sc description FastTunnel.Server "FastTunnel-开源内网穿透服务仓库地址https://github.com/SpringHgui/FastTunnel star项目以支持作者"
sc create FastTunnel.Server binPath="%~dp0FastTunnel.Server.exe" start=auto
sc description FastTunnel.Server "FastTunnel-开源内网穿透服务仓库地址https://github.com/SpringHgui/FastTunnel 点下star项目以支持作者"
Net Start FastTunnel.Server
pause