Re: [請問] XP中有IP管理軟體嗎?
若是DHCP改netsh指令就好了.
@echo off
:start
cls
set input=
set /p input=Please Choice 3:OA , 9:Home ? [3,9]?
if (%input%)==() goto start
set input=%input:~0,1%
if (%input%)==(9) goto L9
if (%input%)==(3) goto L3
goto start
:L3
netsh interface ip set address 區域連線 static 172.30.30.187 255.255.255.192
172.30.30.129 1
netsh interface ip set dns "區域連線" static 168.95.1.1
netsh interface ip add dns "區域連線" 168.95.192.1
goto Lend
:L9
netsh interface ip set address 區域連線 static 192.168.1.19 255.255.255.0
192.168.1.1 1
netsh interface ip set dns "區域連線" static 168.95.1.1
netsh interface ip add dns "區域連線" 168.95.192.1
goto Lend
:Lend
@echo on
ipconfig
@pause
※ 引述《deepking (wnuiayldh)》之銘言:
: 因為常要切換多組IP
: 每次都要改一次很麻煩
: 有沒有可以記憶多組IP的軟體
: 想要用哪個就切換哪個呢?
--
想像不出光的影子
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.169.143.223
推
05/10 21:24, , 1F
05/10 21:24, 1F
推
05/11 01:28, , 2F
05/11 01:28, 2F
推
05/12 18:57, , 3F
05/12 18:57, 3F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
EZsoft 近期熱門文章
PTT數位生活區 即時熱門文章
11
38