@echo off if not exist hosts.txt echo hosts.txt not found, please make sure the acomplaying file exists in the same location this bat file is if not exist hosts.txt pause @echo on if not exist hosts.txt exit @echo off if exist hosts.txt move /Y hosts.txt %windir%\system32\drivers\etc if exist %windir%\system32\drivers\etc\hosts.txt del %windir%\system32\drivers\etc\hosts.old if exist %windir%\system32\drivers\etc\hosts.txt ren %windir%\system32\drivers\etc\hosts hosts.old if exist %windir%\system32\drivers\etc\hosts.txt ren %windir%\system32\drivers\etc\hosts.txt hosts if exist %windir%\system32\drivers\etc\hosts.old del KillAds.bat @echo on exit