home *** CD-ROM | disk | FTP | other *** search
/ Pegasus Graphics Universe / Pegasus_Graphics_Universe.iso / support / fv.doc < prev    next >
Text File  |  1992-10-09  |  7KB  |  180 lines

  1. FV - Verbose Archive Directory Lister                              Version 1.41
  2. -------------------------------------                              Oct  9, 1992
  3.  
  4.  
  5.  
  6. Purpose:  To display the names and attributes of files contained within archive
  7.           files with extensions of ARC, ZIP, PAK, DWC, LZH, ZOO, LBR, and most
  8.           self-extracting .COM and .EXE files created by archive utilities.
  9.  
  10.  
  11.  
  12. Format:   FV  [d:][path]filespec[.ext] [filespecs ... filespecs]
  13.                                        [/p] [/b] [/w] [/r] [/c] [/x]
  14.                                        [>outfile]
  15.  
  16.  
  17.  
  18. Notes:    If no operands are entered, a display of the program's command format
  19.           is displayed.
  20.  
  21.           The drive and path are optional. The filespec may contain the
  22.           wildcard characters * and ?.  All archive files matching the file
  23.           specification are processed.
  24.  
  25.           If the filespec extension is omitted, all known archive extensions
  26.           are checked.
  27.  
  28.           The 'filespecs' operand limits the display to filenames within the
  29.           archives which match this file specification. There may be up to
  30.           eight 'filespecs'.
  31.  
  32.           Use the /p parameter to pause the display when the screen fills.
  33.  
  34.           Use the /b parameter to suppress the d:\path information in the
  35.           display.
  36.  
  37.           Use the /w parameter to display member names only in a 5-up display.
  38.  
  39.           Use the /c parameter to display archive and file comments for ZIP
  40.           files.
  41.  
  42.           The /r redate option changes the archive file date to be the latest
  43.           date of the files within the archive.
  44.  
  45.           The /x option converts a self-extracting (.EXE) file to a new archive
  46.           file with the proper extension and format in the current directory.
  47.  
  48.           Self-extracting files for the ARJ format is not supported.
  49.  
  50.           The date format for LU .LBR files varies.  The format used by FV
  51.           adheres to the LU86 standard.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.         (c) Copyright by Vernon D. Buerg  1989-92. ALL RIGHTS RESERVED.
  58.  
  59. FV - Verbose Archive Directory Lister                              Version 1.41
  60. -------------------------------------                              Oct  9, 1992
  61.  
  62.  
  63. Examples:
  64.  
  65.         o  Display the directory of the TEST.ARC file, in the current
  66.            directory:
  67.  
  68.                 FV TEST
  69.  
  70.  
  71.         o  Display the directories of all archive files, but redirect
  72.            the information to the file FV.DIR:
  73.  
  74.                 FV * >FV.DIR
  75.  
  76.  
  77.         o  Print the directory of the file NUBIES.LZH in directory RTEST
  78.            of drive A:
  79.  
  80.                 FV A:\RTEST\NUBIES.LZH >LPT1:
  81.  
  82.  
  83.         o  Display the entries of all .ZIP archive files which have the
  84.            extension .DOC:
  85.  
  86.                 FV *.ZIP *.DOC
  87.  
  88.  
  89.         o  Change the date of all archive files to be that of the latest
  90.            file within the archive:
  91.  
  92.                 FV * /R
  93.  
  94. FV - Verbose Archive Directory Lister                              Version 1.41
  95. -------------------------------------                              Oct  9, 1992
  96.  
  97.                                 Version history
  98.                                 ---------------
  99.  
  100.         1.00 - 4/21/89  initial program
  101.         1.08 - 4/28/89  initial release
  102.         1.09 - 5/06/89  add LHARC 1.12b sfx checks
  103.         1.10 - 5/09/89  correct crc display for LZH
  104.                         add ZOO format
  105.         1.11 - 5/13/89  correct display of ZIP crc
  106.         1.12 - 5/23/89  add LHARC 1.13l sfx checks
  107.                         add 'who made it' note
  108.         1.13 - 5/25/89  add ARC 6 subdir checking
  109.                         add /W wide display option
  110.         1.14 - 7/22/89  add ZIP 1.0 imploding method
  111.         1.15 - 7/24/89  corrects premature eof problem with short LZH filenames
  112.         1.16 - 8/01/89  add PAK 2.0 Distilling; add seconds to time display
  113.         1.17 - 8/16/89  correct time value, correct some sfx checks
  114.         1.19 - 8/24/89  add ZIP 1.01 sfx
  115.         1.20 - 8/26/89  add /R redate option
  116.         1.21 - 8/30/89  correct for long (path) names in ZIP, etc
  117.         1.22 - 9/09/89  add LBR library processing
  118.                         if archive type does not match the extension, check
  119.                         other formats
  120.         1.23 - 10/04/89 correct inputting prompting for files not opened
  121.         1.24 - 11/16/89 add /X option to convert self-extracting archives
  122.         1.25 - 11/17/89 corrections for converting ZIP sfx
  123.         1.26 - 11/23/89 correct LZH displays with long filenames
  124.         1.27 - 03/22/90 add PKZIP 1.10 sfx format
  125.         1.28 - 03/25/90 correct detection of some self extracting EXE files
  126.         1.29 - 06/09/90 add /C option to display ZIP file comments
  127.                06/29/90 changed lf-lf output to cr-lf-cr-lf; removed nulls
  128.         1.30 - 07/16/90 correct wide listing /W option
  129.         1.31 - 07/18/90 change processing of ZIP extra comments field
  130.                         add 'filespecs' file selection criteria
  131.         1.32 - 8/30/90 improve wide display of long file names
  132.         1.33 - 9/03/90 display path names separately from file names
  133.         1.34 - 2/06/91 add PAK 2.5 sfx and LHA 2.05 sfx formats
  134.         1.35 - 3/12/91 add more LHA sfx formats
  135.         1.36 - 4/12/91 add ARC v7 information records
  136.         1.37 - 5/07/91 add support for ARJ archive files
  137.         1.38 - 8/26/91 add checking of dates before changing them for /r option
  138.              - 8/26/91 allow numbers over 8 digits
  139.         1.39 - 10/27/91 add PKZIP v1.93a SFX
  140.         1.40 -  3/10/92 add licensed version
  141.         1.41 - 10/09/92 add ARJ sfx
  142.  
  143. FV - Verbose Archive Directory Lister                              Version 1.41
  144. -------------------------------------                              Oct  9, 1992
  145.  
  146.  
  147.         FV requires DOS version 2.0 or later.
  148.  
  149.         FV was written using the SLR Systems OPTASM assembler. The source, if
  150.         supplied, may not compile using other assemblers. If you make changes
  151.         to the source, please do not distribute the source or modified files
  152.         without express written permission from me.
  153.  
  154.         FV is  supplied  for  personal,  private  use. Feel free to distribute
  155.         FV given these restrictions:
  156.  
  157.           o  the program  shall be supplied in its original,  unmodified
  158.              form, which includes this documentation;
  159.  
  160.           o  no fee is charged;
  161.  
  162.           o  "commercial" use without a license is prohibited;
  163.  
  164.           o  the program may not be included -  or bundled - with  other
  165.              goods or services.  Exceptions may be granted upon  written
  166.              request only.  This also applies to clubs and distributors.
  167.  
  168.         If you find FV useful, your gift in any amount would be appreciated.
  169.         Please direct your inquiries, complaints, suggestions, etc., to:
  170.  
  171.               Vernon D. Buerg
  172.               139 White Oak Circle
  173.               Petaluma, CA  94952
  174.  
  175.         Data: (707) 778-8944, 24 hr BBS; 300-2400  VOR/Bit Boutique
  176.               (415) 994-2944, 24 hr BBS; 300-9600  VOR South, 9600 USR HST
  177.         -or-  (707) 778-8841, 24 hr BBS; 300-9600, Motherboard, 9600 USR HST
  178.         FAX:  (707) 778-8728
  179.         Compuserve:  70007,1212 (Go IBMSYS)
  180.