lan_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.
Shingo@3
     1
wscript C:\cygwin\home\swk\bin\toggle_if.vbs wireless disable
Shingo@3
     2
wscript C:\cygwin\home\swk\bin\toggle_if.vbs lan enable
Shingo@3
     3
netsh interface ip set address "ローカル エリア接続" static 10.240.10.207 255.255.255.0 10.240.10.1 1
Shingo@3
     4
netsh interface ip set dns "ローカル エリア接続" static 130.34.54.2
Shingo@3
     5
netsh interface ip add dns "ローカル エリア接続" 130.34.232.25