home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / arc / arcv117.lzh / ARCV117.DOC < prev   
Text File  |  1987-01-27  |  3KB  |  94 lines

  1. -                                                                        Page 1
  2.                 ARCV - Verbose ARC Directory Lister
  3.                     Version 1.17 - Jan 27, 1987
  4.  
  5.  
  6.  
  7. Purpose:  To display the names and attributes of files contained
  8.           within an ARC archive file. This is identical to the
  9.           V function of the ARC program which produces a verbose
  10.           directory listing.
  11.  
  12.  
  13. Format:   ARCV  [d:][path]filespec[.ARC]  [>outfile]
  14.  
  15.  
  16. Notes:    If no operands are entered, a display of the program's
  17.           command format is displayed.
  18.  
  19.           The drive and path are optional. The filespec may contain
  20.           the wildcard cahracters * and ?. All files matching the
  21.           file specification are processed.
  22.  
  23.           If the filespec extension is omitted, the extension .ARC
  24.           is used.
  25.  
  26. Examples:
  27.  
  28.         o  Display the directory of the TEST.ARC file, in the current
  29.            directory:
  30.  
  31.                 ARCV TEST
  32.  
  33.         o  Display the directories of all ARC files, but redirect the
  34.            information to the file ARC.DIR:
  35.  
  36.                 ARCV * >ARC.DIR
  37.  
  38.         o  Print the directory of the file NUBIES.ARC in directory RTEST
  39.            on drive A:
  40.  
  41.                 ARCV A:\RTEST\NUBIES >LPT1:
  42.  
  43.  
  44. Notes:
  45.         Written for the IBM PC using DOS 2.0, or later,
  46.         Copyright by by Vernon D. Buerg, 1986,87. All rights reserved.
  47.         For private, personal use only.
  48.  
  49.                 456 Lakeshire Drive
  50.                 Daly City, CA  94015
  51.                 CompuServe: 70007,1212
  52.                 Data/BBS:   415-994-2944
  53.                 Fidonet:    125/4
  54. -                                                                        Page 2
  55.                 ARCV - Verbose ARC Directory Lister
  56.                     Version 1.17 - Jan 31, 1986
  57.  
  58.  
  59. Version history:
  60.         1.00 - 1/5/86
  61.         1.03 - 1/10/86
  62.                 released for general use
  63.         1.04 - 1/19/86
  64.                 make displays MS-DOS compatible
  65.         1.05 - 1/23/86
  66.                 supports ARC 5.0 new formats
  67.         1.06 - 1/26/86
  68.                 correct total SF
  69.         1.07 - 3/22/86
  70.                 change open for input only
  71.         1.08 - 3/28/86
  72.                 correct zero divide problem
  73.         1.09 - 4/08/86
  74.                 check SF for funny archives
  75.         1.10 - 4/18/86
  76.                 correct divide overflow problem
  77.         1.11 - 4/23/86
  78.                 correct stowage factor
  79.         1.12 - 4/26/86
  80.                 correct sending totals for no files
  81.         1.13 - 5/11/86
  82.                 expand search for header arcmark
  83.         1.14 - 5/21/86
  84.                 change for 'No files found' error on clones
  85.         1.15 - 6/14/86
  86.                 for DPATH, etc, use 'filename' if no files found
  87.         1.16 - 12/31/86
  88.                 add entry for type 9 format, squashing
  89.         1.17 - 1/27/87
  90.                 add DOS 3.x file sharing
  91.                 get size under 2k, improve speed
  92.  
  93. -
  94.