1. 程式人生 > >bat修改hosts檔案

bat修改hosts檔案

attrib -R C:\WINDOWS\system32\drivers\etc\hosts 
@echo\  
@echo 127.0.0.1 aaaa.bbb.com >>C:\WINDOWS\system32\drivers\etc\hosts
@echo\
@echo 127.0.0.1 cccc.ddd.com >>C:\WINDOWS\system32\drivers\etc\hosts
ipconfig /flushdns