wireless_ic.bat
author Shingo W. Kagami
Thu, 21 Jan 2010 07:19:45 +0900
changeset 3 76409631fed5
permissions -rw-r--r--
Add scripts to set network if.
     1 wscript C:\cygwin\home\swk\bin\toggle_if.vbs lan disable
     2 wscript C:\cygwin\home\swk\bin\toggle_if.vbs wireless enable
     3 netsh interface ip set address "ワイヤレス ネットワーク接続" static 10.240.10.207 255.255.255.0 10.240.10.1 1
     4 netsh interface ip set dns "ワイヤレス ネットワーク接続" static 130.34.54.2
     5 netsh interface ip add dns "ワイヤレス ネットワーク接続" 130.34.232.25