-------------------------------------------------------------------------------
Program : AdShield Utilities
Purpose : Utilities for processing AdShield block list (.abl) files
Author : (C) Jon Ripley, 2003
Version : 0.01 (19th February 2003)
-------------------------------------------------------------------------------
AdShield, the freeware banner ad blocker available for the Windows operating
system, maintains a list of all blocked sites in a file called 'AdShield.abl'
in the main program directory.
This file is not human-readable and cannot be easily edited in a text editor,
these two utilities will allow you to convert the block list file into a text
file so that it may be viewed/sorted/edited and then convert that text file
back into the format that AdShield expects.
abl2txt vsn 0.01 (19 Feb 2003) (C) Jon Ripley
Options:
[-i] <input> Input file name
[-o] <output> Output file name
-h Display this help text
-l Display the licence for this program
-b Beep when command is completed
-q <command> Command to execute on exit
Usage: abl2txt <input> <output> [options]
txt2abl vsn 0.01 (19 Feb 2003) (C) Jon Ripley
Options:
[-i] <input> Input file name
[-o] <output> Output file name
-h Display this help text
-l Display the licence for this program
-b Beep when command is completed
-q <command> Command to execute on exit
Usage: txt2abl <input> <output> [options]
|