FastTunnel/FastTunnel.Server/install.bat
2023-07-20 09:21:40 +08:00

12 lines
486 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CHCP 65001
@echo off
color 0e
@echo ==================================
@echo 提醒:请右键本文件,用管理员方式打开。
@echo ==================================
@echo Start Install FastTunnel.Server
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