Utility AmvSplit

The maximal number of addresses in the checked list is 1000000. If your lists are longer, divide them into parts by this utility. AmvSplit is placed in the directory with Advanced Maillist Verify.

Syntax:

AMVSPLIT.EXE lines input_file

Where lines - maximum number of lines in output files, input_file – the list you want to split. The output files are saved in the directory with the input file and have names like input_file.NNN, where NNN is the number of a part.

Examples:

AMVSPLIT.EXE 1000 my.lst

AMVSPLIT.EXE 10000 “C:\Program Files\Eserv\forward.lst”

To concatenate the parts back to one file (after check), use the COPY command in a command line. For example:

COPY my.lst.001+my.lst.002+my.lst.003 my_checked.lst

COPY my.lst.0?? my_checked.lst

See also: Utility NextStr, Utility DomainSo