net/net_dhcp.sh
author Shingo W. Kagami
Mon, 13 Sep 2010 03:54:21 +0900
changeset 4 8b90d57759c9
permissions -rw-r--r--
Add ppt2eps tool set.
     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