
                               Quake PAK Archiver

  This program creates, lists and extracts Quake-style PAK archives.



  1. Usage

  The parameter syntax is the following:

  QPAK A <archive> <source-dir> [[-|/]QUAKE|SIN]
  QPAK L <archive>
  QPAK X <archive> <destination-dir>

  <command>:
  - A: Add files into a newly created archive. With a  fourth  parameter,  you
       can specify the type of PAK archive to be created: Quake  (default)  or
       SIN.
  - L: List the contents of an archive.
  - X: Extract the contents of an archive.

  <archive>:
  This is the full name of archive to be processed.

  <source-dir>:
  This is the path from which files should be added into the archive.  Do  not
specify the current directory because then the  archive  will  be  added  into
itself.

  <destination-dir>:
  This is the path to which files should be extracted from the archive.



  2. Error messages

  - Invalid command
    The command is unknown.
  - Long filenames are not available
    You should run the program in an  environment  capable  of  handling  long
    filenames.



  3. Copyright and legal issues

  The source of this program is public domain and provided here "as  is"  -  I
don't feel like commenting it but if you have problems then feel free  to  ask
me. If you derive your own program from the source or put a part of the source
into your own program, please, give me a credit and send a copy to me.



  4. The author

  If you're interested in some similarly useful utilities you can  contact  me
at sta@c64.org or visit my homepage at http://sta.c64.org.

  Joe Forster/STA
  2nd October, 2001
