***************************************************************************
*                        Docs to the Unpacker Program                     *
*                                                                         *
*                                                                         *
*                             Update 17-05-95                             *
*                                                                         *
*                                                                         *
*                          SAFE HEX INTERNATIONAL                         *
***************************************************************************

This  program  are  only  made as a demostration program. It can only a few
things,  just  to  show you want the idea with this library is. The program
has to be started from the CLI.

There  are a few parameters you have to use to unpack a file. The format of
this command are:


   Unpacker files PATH=path

You  can write all the files you want to unpack, even a lot of archives. It
will  unpack  to  the path given. If the file isn't a archive, the filename
will be the same where it's saved in the path.

---------------------------------------------------------------------------

Here are a list of some examples to use this program.

1.
        Unpacker file1 P=ram:

   This  will  unpack the file "file1" and save it in the ram disk with the
   name "file1".


2.
        Unpacker file1 file2.lha file3 P=dh3:unpacked/

   This will unpack all the files "file1", "file2.lha" and "file3" and save
   them in "dh3:unpacked" directory. Notice that file2 is a lha archive.

---------------------------------------------------------------------------

NOTE!!!!!!!!

If  you  want to unpack LHA files, you have to store the LHA program in you
C: directory with the RUN command if you running under Kickstart 1.2/1.3.
