net/net_dhcp.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" dhcp
     9 netsh interface ip set dns "$conn" dhcp