INSTRUCTION FOR PAGINATE
------------------------

Paginate is a simple utility that reads a TEXT file, tosses aside any
FORMFEEDS, and creates a NEW file paginated the way you want.

SYNTAX:

     paginate mytext.txt mytext2.txt 30

In this example, Paginate reads MYTEXT.TXT (the input file), scans it for
any pre-existing FORMFEED characters and discarding them upon detection.
Next, a new file (MYTEXT2.TXT) is created.  The number 30 tells Paginate
to insert a FORMFEED line EVERY 30 LINES.  Once done, your new file,
in this case MYTEXT2.TXT, will reflect the new pagination.

In turn, when you print your repaginated document, your printer will perform
a formfeed (advance to the next page).  If you have had problems in the
past where a text file did not output very well on your printer, you can
use PAGINATE to correct the problem.  If your document prints all the way
to the end of the page, use Paginate to specify a few number of lines to
print per page.

Paginate is shareware: $1.00 is all you have to pay.  Type PAGINATE /? for
information regarding registration of this product.

Enjoy the program.


