.bat内容如下,使用powershell执行打开frpc.exe
@echo off
PowerShell -Command "cd C:\Users\Administrator\Desktop\frp_0.63.0_windows_amd64\frp_0.63.0_windows_amd64; .\frpc.exe -c .\client.ini"
pause
指令总结如下:
PowerShell -Command "{文件路径};.\xxx.exe -参数"
.bat内容如下,使用powershell执行打开frpc.exe
@echo off
PowerShell -Command "cd C:\Users\Administrator\Desktop\frp_0.63.0_windows_amd64\frp_0.63.0_windows_amd64; .\frpc.exe -c .\client.ini"
pause
指令总结如下:
PowerShell -Command "{文件路径};.\xxx.exe -参数"
相关推荐
评论