快活林资源网 Design By www.csstdc.com
@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-ibmrac2C:\Windows\System32\Drivers\etc\hosts
@echo 172.16.1.53 ssosvrC:\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
这样就是换一行写入。
如果还想换一行,就写:
复制代码 代码如下:
@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-ibmrac2C:\Windows\System32\Drivers\etc\hosts
@echo 172.16.1.53 ssosvrC:\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
快活林资源网 Design By www.csstdc.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
快活林资源网 Design By www.csstdc.com
暂无评论...
更新日志
2024年12月23日
2024年12月23日
- 小骆驼-《草原狼2(蓝光CD)》[原抓WAV+CUE]
- 群星《欢迎来到我身边 电影原声专辑》[320K/MP3][105.02MB]
- 群星《欢迎来到我身边 电影原声专辑》[FLAC/分轨][480.9MB]
- 雷婷《梦里蓝天HQⅡ》 2023头版限量编号低速原抓[WAV+CUE][463M]
- 群星《2024好听新歌42》AI调整音效【WAV分轨】
- 王思雨-《思念陪着鸿雁飞》WAV
- 王思雨《喜马拉雅HQ》头版限量编号[WAV+CUE]
- 李健《无时无刻》[WAV+CUE][590M]
- 陈奕迅《酝酿》[WAV分轨][502M]
- 卓依婷《化蝶》2CD[WAV+CUE][1.1G]
- 群星《吉他王(黑胶CD)》[WAV+CUE]
- 齐秦《穿乐(穿越)》[WAV+CUE]
- 发烧珍品《数位CD音响测试-动向效果(九)》【WAV+CUE】
- 邝美云《邝美云精装歌集》[DSF][1.6G]
- 吕方《爱一回伤一回》[WAV+CUE][454M]