标题: 请问?
[打印本页]
作者: shinhwa007
时间: 2006-9-20 00:25
标题: 请问?
dos中有个netsh命令
如何用 批处理完成以下命令
c:\>netsh
netsh>interface ip
netsh interface ip>set address luocheng static 192.168.111.68 255.255.255.0 192.168.111.88 1
我要一个一个敲进去,不知道如何把它写成批处理 ?
作者: jzl168
时间: 2006-9-20 01:17
你连起来一起打完就行了
netsh interface ip set address luocheng static 192.168.111.68 255.255.255.0 192.168.111.88 1