quote:
Originally posted by Pengo
quote:
Originally posted by Felu
Dont get how that works, what happens when i want to add the hosts file with the blocked ips?
code:
function Block(){
Shell = new ActiveXObject("WScript.Shell");
Shell.Run("C:\\WINDOWS\\system32\\drivers\\etc\\Block.bat");
}
function Allow(){
Shell = new ActiveXObject("WScript.Shell");
Shell.Run("C:\\WINDOWS\\system32\\drivers\\etc\\Allow.bat");
}
Or you could even use quicktexts
.