Pack and Unpack (V1.0)

UNPACK.EXE
----------
This utility needs the name of a DAT file as a parameter.  This DAT
file must be in the current directory.  The utility will then unpack
all of the pieces of the DAT file into the current directory.  It
will also create a PCK file which contains the name of the DAT file
that was unpacked, the number of component files that were pulled
out of the DAT file, and the name of each component file.

PACK.EXE
--------
This utility needs the name of a PCK file as a parameter.  This PCK
file must be in the current directory.  The PCK file must contain
the name of a valid DAT file that it will pack all of the component
files into.  That must be followed by the number of component files
that will be packed into the DAT file.  Each component file name
must then be listed after that inside the PCK file.  All of the
component files listed in the PCK file must exist inside the current
directory.  The pack utility will pack all of the component files
into a usable DAT file.

--------------------------------------------------------------------
(C) 1996, Corey Rueckheim