Blocking kids from certain Web sites

20.09.2006

Here is a sample code snippet example from the blocking program. The example uses the WinBatch scripting language.

Hostsfile = "c:\windows\system32\drivers\etc\hosts"

Backup= "c:\windows\system32\drivers\etc\hosts-bkp"

Revised = "Y:\hosts"

FileCopy(Hostsfile, Backup, @FALSE)