国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > BAT > 正文

用批處理修改host文件的代碼

2020-06-09 13:50:32
字體:
來源:轉載
供稿:網友
@echo 127.0.0.1 baidu.com >>C:/Windows/System32/Drivers/etc/hosts
這樣就是換一行寫入。
如果還想換一行,就寫:
代碼如下:
@echo. >>C:/Windows/System32/Drivers/etc/hosts
@echo 127.0.0.1 baidu.com >>C:/Windows/System32/Drivers/etc/hosts
@echo 192.168.4.201 ibmrac1 >>C:/Windows/System32/Drivers/etc/hosts
@echo 192.168.4.202 ibmrac2 >>C:/Windows/System32/Drivers/etc/hosts
@echo 192.168.4.203 vip-ibmrac1 >>C:/Windows/System32/Drivers/etc/hosts
@echo 192.168.4.204 vip-ibmrac2>>C:/Windows/System32/Drivers/etc/hosts
@echo 172.16.1.53 ssosvr>>C:/Windows/System32/Drivers/etc/hosts


代碼如下:
@echo off
set stHosts=172.16.1.53 ssosvr
FOR /F "eol=# tokens=1 delims=" %%i in (%systemroot%/system32/drivers/etc/hosts) do if "%stHosts%"=="%%i" exit
echo %stHosts%>> %systemroot%/system32/drivers/etc/hosts



由于測試需要經常修改本機host,可以用腳本修改:
分別做兩個批處理,一個內網,一個外網,用的時候切換運行即可
如內網.bat
代碼如下:
cd /d %windir%/system32/drivers/etc
del hosts.bak //刪除原來備份文件
ren hosts hosts.bak //備份現在host
for /f "eol=# tokens=1,2" %%i in (hosts.bak) do call :checkvalue %%i %%j
goto end
:checkvalue
echo %2 | find /i "szshequ.com" //尋找制定記錄刪除
if %errorlevel%==1 (echo %1 %2 >>hosts)
:end

type C:/WINDOWS/system32/drivers/etc/hosts
type C:/WINDOWS/system32/drivers/etc/hosts | find "szshequ.com" && goto yes
::echo 192.168.2.188 szshequ.com >> ""
echo 192.168.2.188 szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 www.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 bbs.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 cost.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 pp.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 yh.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 club.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 shop.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 images.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 files.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
echo 192.168.2.188 ajax.szshequ.com >> C:/WINDOWS/system32/drivers/etc/hosts
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 抚宁县| 渝北区| 藁城市| 攀枝花市| 华阴市| 莫力| 东兰县| 和平县| 澄城县| 都昌县| 荣昌县| 陇南市| 行唐县| 榆林市| 彭阳县| 乌兰察布市| 云梦县| 南江县| 岳池县| 罗定市| 阿城市| 铜川市| 望江县| 惠水县| 龙游县| 杂多县| 镶黄旗| 门源| 靖安县| 仲巴县| 九龙县| 墨江| 方正县| 克山县| 广元市| 阜阳市| 蒙阴县| 错那县| 威远县| 卓尼县| 右玉县|