mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
优化注册脚本
This commit is contained in:
parent
d974010308
commit
3838f353f8
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user