home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / comp / pakutl12.lzh / PAKSE.DOC < prev    next >
Text File  |  1988-08-27  |  3KB  |  64 lines

  1.  
  2.                                    PAKSE v1.0
  3.                                  27 August 1988
  4.                                 Michael J. Housky
  5.  
  6.         Copyright 1988 by Michael J. Housky.
  7.         Released to the public domain August 1988. No rights reserved.
  8.  
  9.         PAKSE   is   a  utility program to allow  use  of   the   PKUNPAK  
  10.         archive  utility  from PKWARE, Inc. instead of  the  slower  ARCE 
  11.         program,  for  archived mail processing. This is similar  to  the 
  12.         ARCE2PK utilitiy produced by George A. Stanislav, but adds a sort 
  13.         step  to  reorder the archive by file creation  date  just  after 
  14.         packing or before unpacking the archive. 
  15.  
  16.         Usage:
  17.             PAKSE archive
  18.  
  19.         Arguments:
  20.             "archive"  is the name of an archive file to unpack. It  must 
  21.                   exist and be writeable (for the sort step.)
  22.  
  23.         Operation:
  24.              PAKSE first calls PAKSORT to sort the new archive, using:
  25.                   PAKSORT archive D+T+F+
  26.              This  sorts  the  member files by  date,  time,  and  member 
  27.              name.ext, in that order. PAKSE then calls PKUNPAK to  unpack 
  28.              files from the destination archive, using:
  29.                   PKUNPAK  -r archive
  30.                   This  unpacks  ALL  member files  from  the  designated 
  31.              archive  and  places  the unpacked  copies  in  the  current 
  32.              working drive and directory. Files with duplicate names  are 
  33.              OVERWRITTEN.
  34.  
  35.         Notes:
  36.              The  programs  PKUNPAK.EXE  and PAKSORT.EXE  must  be  in  a 
  37.              directory  identified by the DOS PATH=  environment  setting 
  38.              prior  to calling PAKSE.EXE. PKUNPAK is the new name of  the 
  39.              PKWARE, Inc. (formerly called PKXARC) archive unpack utility 
  40.              and  can  be  found  on many BBS  systems  as  part  of  the 
  41.              PK361.EXE self-extracting archive file. PAKSORT is a public-
  42.              domain  utility  for sorting archive files,  and  should  be 
  43.              obtainable  wherever  this  program was found,  as  part  of 
  44.              PAKSORT.PAK (or PAKSORT.ARC, if some sysop has renamed it.)
  45.  
  46.              For  use  with  archived mail processing,  PAKSE  should  be 
  47.              copied  and  renamed  to ARCE, replacing  the  regular  ARCE 
  48.              program.  If  your current ARCE program is a .COM  file,  it 
  49.              should  be deleted or renamed, since DOS searches  for  .COM 
  50.              programs first.
  51.  
  52.              For compatibility with ARCE, a default filetype extension of 
  53.              .ARC is supplied by PAKSE to defeat the .PAK default assumed 
  54.              by PAKSORT and patched versions of PKUNPAK.
  55.  
  56.              PAKSE v1.0 adds about 14K bytes overhead, compared to PKARC 
  57.              alone.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                    1
  64.