home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / AV403.ZIP / AV.DOC next >
Text File  |  1994-01-08  |  5KB  |  129 lines

  1. AV.DOC
  2. 01/02/93
  3.  
  4. The AV.EXE program shows a directory of one or more archive files (ZIP, ZOO,
  5. etc), including some self-extracting files.  Features of this program:
  6.  
  7.   * The directory information is presented in full-screen mode and you can
  8.     use PgUp and PgDn to scroll amount the screens
  9.   * Allows you to sort the display of the members in a number of ways
  10.   * Allows you to reset the file date of the archive to match the date of
  11.     the most recent member of the archive
  12.  
  13.  
  14. A typical display might look (in part) like the following:
  15.  
  16. FILL311.ZIP       Date      Time OrigSize Method    NowSize  %reduce  1 of 1
  17. ------------  --------  -------- -------- -------- --------  -------
  18. FILL.DOC      93/11/07  18:04:06     8671 Imploded     3569    59
  19. FILL.EXE      93/11/07  18:43:42    85242 Imploded    56133    35
  20. BRUCE311.DOC  93/11/07  17:39:52    15449 Imploded     6002    62
  21. CONFIGWS.DOC  93/09/25  22:08:42     4601 Imploded     1762    62
  22. CONFIGWS.EXE  93/09/25  14:31:28    67444 Imploded    47271    30
  23. FILE_ID.DIZ   93/01/31  12:46:18      264 Shrunk        210    21
  24.  
  25. (blank lines skipped)
  26.  
  27. ============  ========  ======== ======== ======== ========  =======
  28.  *6           93/11/07  18:43:42   181671            114947    37%
  29. FILL311.ZIP   93/11/07  18:43:42   115551  PgUp, PgDn, Esc, Quit, Sort?
  30.  
  31.  
  32. When viewing a screen's worth of information, the choice is typically:
  33.  
  34.         PgDn    view the next screen's worth
  35.         PgUp    view the previous screen's worth
  36.         Esc     go to the next archive file (if any, else quit)
  37.         Quit    return to DOS
  38.         Date    update the archive date
  39.         Sort    change the sort order for this and subsequent files;
  40.                 you're prompted for "BY?" and you should enter either
  41.                 "-x" or "x" (see below) or press Esc to get out of this:
  42.                 the archive is reread after you ask to re-sort it
  43.  
  44. If the number of members in the archive exceeds 820, the program will continue
  45. to process the members but it will turn off the display of all information
  46. except for file names and will skip all sorting options.  If the number of
  47. members exceeds 1200, the program will skip all subsequent members although the
  48. information on last date and total bytes should still be accurate.
  49.  
  50.  
  51.  
  52. Syntax:
  53.  
  54.     AV filespec [ /P | /-P ] [ /Ox | /O-x ] [ /DATE ] [ /Q ] [ /? ]
  55.  
  56. where:
  57.  
  58. "filespec" is the file specification to process.  Can include drive, path, and
  59. wildcards if desired.
  60.  
  61. "/P" says to view the directory in page mode.  This is the default but you can
  62. change this setting using the program CONFIGWS.EXE.  The default is
  63. automatically /-P (which can't be overridden) if redirection ("AV ... >
  64. filename") is used.
  65.  
  66. "/-P" says to view the directory not in page mode.  This prevents you from being
  67. offered the fix-date option as well.  This mode is automatic if redirection ("AV
  68. ... > filename") is used.
  69.  
  70. "/Ox" and "/O-x" allow you to specify the display order for the files.  "x" can
  71. be one of the following:
  72.  
  73.         N = file name
  74.         E = file extension
  75.         D = file date and time
  76.         S = file size of the original (non-compressed) file
  77.         C = current (compressed) size of the file
  78.         O = original order (no sorting)
  79.  
  80. If you precede the "x" with a dash ("-"), the sort will be done in reverse
  81. order.  Defaults to /OO but this can be altered using CONFIGWS.EXE.
  82.  
  83. "/DATE" resets the file date to that of the most recent member.  Automatically
  84. invokes /-P.  The command "AV *.* /DATE /Q" is a quick way to reset the file
  85. date stamps for all archives in your current subdirectory.
  86.  
  87. "/Q" skips the display of the member names.  Automatically invokes /DATE and /-P
  88. and is typically used in cases where you want to reset all file dates (e.g. "AV
  89. *.* /Q").
  90.  
  91. "/?" or "/HELP" or "HELP" shows you the syntax for the command.
  92.  
  93.  
  94.  
  95. Return codes:
  96.  
  97. AV returns the following ERRORLEVEL codes:
  98.         0 = no problems
  99.       254 = no valid archives were found
  100.       255 = syntax problems, file not found, or /? requested
  101.  
  102.  
  103. Author:
  104.  
  105. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  106. and redistribution provided relevant documentation is kept with the program, no
  107. changes are made to the program or documentation, and it is not bundled with
  108. commercial programs or charged for separately.  People who need to bundle it in
  109. for-sale packages must pay a $50 registration fee to "Wayne Software" at the
  110. following address.
  111.  
  112. Additional information about this and other Wayne Software programs can be found
  113. in the file BRUCEymm.DOC which should be included in the original ZIP file.
  114. ("ymm" is replaced by the last digit of the year and the two digit month of the
  115. release.  BRUCE312.DOC came out in December 1993.  This same naming convention
  116. is used in naming the ZIP file that this program was included in.) Comments and
  117. suggestions can also be sent to:
  118.  
  119.  
  120.                 Bruce Guthrie
  121.                 Wayne Software
  122.                 113 Sheffield St.
  123.                 Silver Spring, MD 20910
  124.  
  125.                 fax: (301) 588-8986
  126.  
  127. Foreign users:  Please provide an Internet address in all correspondence.
  128.  
  129.