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

  1.  
  2.  
  3.                                   PAKLIST v1.0
  4.  
  5.                                  25 August 1988
  6.                      Michael J. Housky and Jeffrey J. Nonken
  7.  
  8.         Copyright 1988 by Michael J. Housky and Jeffrey J. Nonken.
  9.         Released to the public domain August 1988. No rights reserved.
  10.  
  11.         PAKLIST will list the contents of one or more archive files, such 
  12.         as produced by the Phil Katz utilities PKPAK and PKPAKJR. It will 
  13.         also list archive files produced by newer versions of ARC.EXE, or 
  14.         so   we  believe.  For  each  archive  matching  a   given   file 
  15.         specification,   PAKLIST  lists  the  name,   size(original   and 
  16.         compressed),  date  and  time of last update,  and  CRC  of  each 
  17.         member.
  18.  
  19.         Usage:
  20.  
  21.         PAKLIST filespec
  22.  
  23.         The filespec may include a drive and path. The characters * and ? 
  24.         may be used as wildcards in the filename and extension, with  the 
  25.         *  matching  zero  or more characters, and  the  ?  matching  one 
  26.         character. If no filetype extension is given, a default  filetype 
  27.         of .PAK is assumed.
  28.  
  29.         A typical example may look like this:
  30.  
  31.         D>PAKLIST Q:BBSLIST
  32.  
  33.         Searching ... Q:BBSMOVE.PAK
  34.  
  35.         Filename       Length     Size     Date        Time     CRC
  36.         ------------   ------    -----  -----------  --------  ----
  37.         BBSMOVE.DOC     10624     4842  13-Feb-1986  11:36:24  C490
  38.         BBSMOVE.EXE     28288    25413  13-Feb-1986  11:36:24  774C
  39.  
  40.         The purpose of this small program is to provide a quick and small 
  41.         tool  for  listing archive files, and to provide an  example  (in 
  42.         free  and  clear  PD  source  code)  of  how  to  perform  simple 
  43.         manipulations  of  such files. The reason for the  peculiar  .PAK 
  44.         filetype extension is due to Mike Housky, who is trying to ignite 
  45.         a  grass-roots standard for identifying archives produced by  the 
  46.         techically  superior PKWARE Inc. utilites, and incompatible  with 
  47.         the ARC program distributed by SEA.
  48.  
  49.         PKPAK and PKPAKJR are trademarks of PKWARE, Inc. and Phil Katz.
  50.  
  51.         ARC  and SEA are trademarks of Software  Enhancement  Associates, 
  52.         Inc.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                    1
  61.