soarli

frp静默运行+打包exe
在frpc.exe和frpc.ini的目录里新建frp.vbs:dim objShell set objShel...
扫描右侧二维码阅读全文
06
2020/10

frp静默运行+打包exe

frpc.exefrpc.ini的目录里新建frp.vbs

dim objShell 
set objShell=wscript.createObject("WScript.Shell") 
iReturnCode=objShell.Run("frpc.exe -c frpc.ini",0,TRUE)
//这是我启动frp的脚本

打包:








打包即可。

参考资料:

https://blog.csdn.net/sinat_27938829/article/details/77743616

https://www.jianshu.com/p/f5070154e0bc

最后修改:2021 年 01 月 18 日 09 : 52 PM

发表评论