中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

中国DOS联盟论坛
现在时间是 2026-08-13 16:53
中国DOS联盟论坛 » DOS学习入门 & 精彩文章 (教学室) » 求一批处理 查找hosts文件 内容 删掉里面的一个网址 查看 2,142 回复 3
楼 主 求一批处理 查找hosts文件 内容 删掉里面的一个网址 发表于 2006-10-22 06:14 ·  中国 江苏 苏州 电信
初级用户
积分 35
发帖 13
注册 2006-09-08 02:05
19年会员
UID 62104
状态 离线
求一批处理
查找C:\WINDOWS\system32\drivers\etc\hosts文件 内容
删掉里面的一个网址
2 发表于 2006-10-22 06:27 ·  中国 四川 成都 教育网
铂金会员
★★★★
积分 7,493
发帖 2,672
注册 2005-09-02 00:00
20年会员
UID 42173
性别 男
状态 离线
搜索!

http://www.cn-dos.net/forum/viewthread.php?tid=23894&fpage=1&highlight=find


findstr /ivc:"202.115.22.199" C:\WINDOWS\system32\drivers\etc\hosts > b.txt

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>"
3 发表于 2006-10-22 06:42 ·  中国 湖北 武汉 电信
版主
★★★★★
积分 11,386
发帖 4,938
注册 2006-07-23 17:10
20年会员
UID 59080
状态 离线


@echo off
findstr /rvc:"IP" %WINDIR%\system32\drivers\etc\Hosts >>%windir%\system32\drivers\etc\test.txt
attrib -r %windir%\system32\drivers\etc\hosts
del /f/s/q %windir%\system32\drivers\etc\hosts
ren %windir%\system32\drivers\etc\test.txt %windir%\system32\drivers\etc\hosts
4 发表于 2006-10-30 12:39 ·  中国 江苏 苏州 电信
初级用户
积分 35
发帖 13
注册 2006-09-08 02:05
19年会员
UID 62104
状态 离线
感激
不尽
论坛跳转: