Files
Kubernetes/Docker/Dockerfile/Frp/frpc/frpc.bat
2025-08-25 17:53:08 +08:00

8 lines
165 B
Batchfile

@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
REM
cd C:\frpc
frpc -c frpc.ini
exit