变量名 | 类 型 | 静态 | 数组 | 备 注 |
规则名称 | 文本型 | | |
程序路径 | 文本型 | | |
命令 | 文本型 | | |
规则名称 =
“TX手游助手”程序路径 =
“D:\Program Files\TxGameAssistant\ui\AndroidEmulator.exe”命令 =
“netsh advfirewall firewall add rule ” +
“name=” +
#引号 + 规则名称 +
#引号 +
“ ” +
“dir=out ” +
“program=” +
#引号 + 程序路径 +
#引号 +
“ ” +
“action=block”运行 (命令, 假,
#隐藏窗口 )