@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit

:begin
REM
.\frpc.exe -c .\frpc.ini

其中frpc.exe -c frpc.ini为运行命令。
另存为.bat文件,放在frp目录下,双击该bat文件会在屏幕中一闪而过。

posted on 2020-06-30 08:13  砖头哥-  阅读(777)  评论(0)    收藏  举报