摘要:
1、route delete 0.0.0.0 mask 0.0.0.0 10.33.31.254----------删除默认到内网网关的默认路由;2、route add -p 10.33.0.0 mask 255.255.0.0. 10.33.31.254 ------添加永久的内网数据包路由;错误:1.The route addition failed: Either the interface index is wrong or the gateway does not lie on the same network as the interface. Check the IP Addre 阅读全文
摘要:
bat中没有数组的概念,可以通过有[]的多个变量来存储一组值,形成一个数组 阅读全文