home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / arc / PAKUTL12.LZH / PAKAS.DOC < prev    next >
Text File  |  1988-08-27  |  3KB  |  65 lines

  1.  
  2.  
  3.                                    PAKAS v1.0
  4.                                  27 August 1988
  5.                                 Michael J. Housky
  6.  
  7.         Copyright 1988 by Michael J. Housky.
  8.         Released to the public domain August 1988. No rights reserved.
  9.  
  10.         PAKAS  is  a utility program to allow use of  the  PKPAK  archive 
  11.         utility from PKWARE, Inc. instead of the slower ARCA program, for 
  12.         archived mail processing. This is similar to the ARCA2PK utilitiy 
  13.         produced by George A. Stanislav, but adds a sort step to  reorder 
  14.         the  archive by file creation date just after packing  or  before 
  15.         unpacking the archive. 
  16.  
  17.         Usage:
  18.              PAKAS archive filespec
  19.  
  20.         Arguments:
  21.              "archive"  is the name of an archive file to update.  If  it 
  22.                   does not exist, it is created.
  23.              "filespec" identifies one or more DOS files which are to  be 
  24.                   compressed  and moved to the archive. Wildcards may  be 
  25.                   used  to  move multiple similarly-named  files  to  the 
  26.                   archive in one step.
  27.  
  28.         Operation:
  29.              PAKAS  first  calls PKPAK to move files to  the  destination 
  30.              archive,  using:
  31.                   PKPAK  -oct -m archive filespec.
  32.              This  compresses  files matching "filespec",  adds  them  to 
  33.              "archive", then DELETES THE ORIGINAL UNCOMPRESSED FILES.
  34.              PAKAS then calls PAKSORT to sort the new archive, using:
  35.                   PAKSORT archive D+T+F+
  36.              This  sorts  the  member files by  date,  time,  and  member 
  37.              name.ext, in that order.
  38.  
  39.         Notes:
  40.              The  programs  PKPAK.EXE  and  PAKSORT.EXE  must  be  in   a 
  41.              directory  identified by the DOS PATH=  environment  setting 
  42.              prior  to  calling PAKAS.EXE. PKPAK is the new name  of  the 
  43.              PKWARE, Inc. (formerly called PKARC) archive utility and can 
  44.              be found on many BBS systems as part of the PK361.EXE  self-
  45.              extracting archive file. PAKSORT is a public-domain  utility 
  46.              for sorting archive files, and should be obtainable wherever 
  47.              this   program  was  found,  as  part  of  PAKSORT.PAK   (or 
  48.              PAKSORT.ARC, if some sysop has renamed it.)
  49.  
  50.              For  use  with  archived mail processing,  PAKAS  should  be 
  51.              copied  and renamed to ARCA.EXE to replace the regular  ARCA 
  52.              program.  If your ARCA is a .COM program, then it should  be 
  53.              deleted or renamed, since DOS looks for .COM programs first.
  54.  
  55.              For compatibility with ARCA, a default filetype extension of 
  56.              .ARC is supplied by PAKAS to defeat the .PAK default assumed 
  57.              by PAKSORT and patched versions of PKPAK.
  58.  
  59.              PAKAS v1.0 adds about 14K bytes overhead, compared to  PKARC 
  60.              alone.
  61.  
  62.  
  63.  
  64.                                    1
  65.