net/net_ic.sh
author Shingo W. Kagami
Sun, 19 Sep 2010 05:55:48 +0900
changeset 5 105778ace30a
permissions -rw-r--r--
Have ppt_printout_ps.vbs take the printer name as an argument.
Misc. changes in Makefile.sample.
     1 #!/bin/sh
     2 
     3 conn="ローカル エリア接続"
     4 if [ "X$1" = "Xwireless" ]; then
     5     conn="ワイヤレス ネットワーク接続"
     6 fi
     7 
     8 netsh interface ip set address "$conn" static 10.240.10.207 255.255.255.0 10.240.10.1 1
     9 netsh interface ip set dns "$conn" static 130.34.54.2
    10 netsh interface ip add dns "$conn" 130.34.232.25