@ECHO OFF
TITLE=Update Hosts File
copy C:\Windows\System32\drivers\etc\hosts C:\Windows\System32\drivers\etc\hosts.bck
ECHO. >> C:\Windows\System32\drivers\etc\hosts

ECHO 103.142.218.246	update.agtool.net >> C:\Windows\System32\drivers\etc\hosts
ECHO 103.142.218.246	update.agtool.net/* >> C:\Windows\System32\drivers\etc\hosts
ECHO 103.142.218.246	agtool.net >> C:\Windows\System32\drivers\etc\hosts
ECHO 103.142.218.246	agtool.net/* >> C:\Windows\System32\drivers\etc\hosts
ECHO 103.142.218.246	*/agtool.net >> C:\Windows\System32\drivers\etc\hosts
EXIT

