Re: [請問] XP中有IP管理軟體嗎?

看板EZsoft (小軟體)作者 (想像不出光的影子)時間16年前 (2010/05/10 19:50), 編輯推噓3(300)
留言3則, 3人參與, 最新討論串2/2 (看更多)
若是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
文章代碼(AID): #1Bv_CL3n (EZsoft)
討論串 (同標題文章)
文章代碼(AID): #1Bv_CL3n (EZsoft)