• windows 快速批处理更换IP

    2014-08-18 廖文杰 心情记事

    @echo off rem eth //eth 为网卡名称,可在网络连接中查询,如”本地链接” set eth=”无线网络连接” rem ip //ip 为你想更改的IP set ip=192.168.1.8 rem gw //gw 为网关地址 set gw=192.168.1.1...

    3625 次 0 条