

CODE: [Copy to clipboard]@echo off
set destination=%systemroot%\system32\drivers\etc\hosts
findstr /i /c:"127.0.0.1 localhost" %destination%>nul 2>nul || echo 127.0.0.1 localhost>>%destination%
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |