IMPORTANT!!!!

CUT&PASTE version 0.50 has a major change in the naming conventions
of CUT files.  The following example will allow you to determine if
the CUT files are from version 0.01.

Original file : PROGRAM.EXE

Cut into 5 chunks:
PROG1.CUT
PROG2.CUT
PROG3.CUT
PROG4.CUT
PROG5.CUT
PROG.CTL  > PASTE control file.

The above example is from version 0.01.  CUTCONV.EXE will do the following:

PROG1.CUT >> PROG-0.CUT
PROG2.CUT >> PROG-1.CUT
PROG3.CUT >> PROG-2.CUT
PROG4.CUT >> PROG-3.CUT
PROG5.CUT >> PROG-4.CUT
PROG.CTL remains the same.

The format for CUTCONV.EXE in the above example is:
CUTCONV.EXE PROG

This is basically the same format for PASTE.EXE.

End of file UPDATE.TXT.
