FastTunnel/FastTunnel.Server/install.bat

12 lines
486 B
Batchfile
Raw Normal View History

2021-09-01 21:21:09 +08:00
CHCP 65001
2021-06-28 23:49:41 +08:00
@echo off
color 0e
@echo ==================================
@echo 提醒:请右键本文件,用管理员方式打开。
2021-06-28 23:49:41 +08:00
@echo ==================================
2021-07-12 21:32:25 +08:00
@echo Start Install FastTunnel.Server
2021-06-28 23:49:41 +08:00
2023-07-20 09:21:40 +08:00
sc create FastTunnel.Server binPath="%~dp0FastTunnel.Server.exe" start=auto
sc description FastTunnel.Server "FastTunnel-开源内网穿透服务仓库地址https://github.com/SpringHgui/FastTunnel 点下star项目以支持作者"
2021-06-28 23:49:41 +08:00
Net Start FastTunnel.Server
pause