home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / QAZ_230.ZIP / QAZ.HLP < prev    next >
Text File  |  1994-01-30  |  5KB  |  82 lines

  1. Usage: QAZ archive [datafiles] [options] [[|pipe] > stdout]
  2.  
  3. Views the contents of most archive file formats, or searches for archive
  4. files which contain specified data files.
  5.  
  6. QAZ v2.30 Quick Reference:
  7. =========================================================================== 
  8.  List an archive:                          QAZ archive
  9.  List an archive with pausing:             QAZ archive |MORE
  10.  List archive in wide format:              QAZ archive /W
  11.  List archive in brief format:             QAZ archive /B
  12.  List matching filespecs in an archive:    QAZ archive file1 file2 ...
  13.  List all files except filespecs:          QAZ archive ^filespec  
  14.   
  15.  To enable viewing of archive comments:    QAZ archive /VC
  16.  Identify archive format only:             QAZ archive /VI
  17.  To id UU-Coded, XX34, BinHex or AR7:      QAZ archive /VIT
  18.  To list BinHex 4.0 or AR7 archives:       QAZ archive /VT
  19.  Suppress error & warning messages:        QAZ archive /VN
  20.  Show full pathnames of files:             QAZ archive /VP
  21.  To view an archive's directory tree:      QAZ archive /T
  22.  To view the directory tree with files:    QAZ archive /TF
  23.  To sort the listing by filename:          QAZ archive /ON
  24.  To sort the listing by file size:         QAZ archive /OS
  25.  To sort the listing by file date:         QAZ archive /OD
  26.  To sort by filenames in descending order: QAZ archive /O-N
  27.  List all files in a directory:            QAZ [drv:]dirname\*
  28.  List all .ZIP files:                      QAZ *.ZIP
  29.   
  30.  List files in an archive with a set date: QAZ archive /Dmm-dd-yy
  31.  List files after a specified date:        QAZ archive /Dmm-dd-yy,
  32.  List all files after Jan. 1, 1993:        QAZ archive /D01-01-1993,
  33.  List files before a specified date:       QAZ archive /D,mm-dd-yy
  34.  List files between dates:                 QAZ archive /Dmm-dd-yy,mm-dd-yy
  35.  List files between Jan 7 & Oct 14, 1988:  QAZ archive /D1-7-88,10-14-88
  36.  
  37.  List files in archive with a set size:    QAZ archive /Sxxxxx
  38.  List files in archive above a set size:   QAZ archive /Sxxxxx,
  39.  List files above 16478 bytes:             QAZ archive /S16478,
  40.  List files above 32k:                     QAZ archive /S32K,
  41.  List files in archive below a set size:   QAZ archive /S,yyyyy
  42.  List files between two sizes:             QAZ archive /Sxxxxx,yyyyy
  43.  List files between 900K and 1M:           QAZ archive /S900K,1M
  44.   
  45.  List filenames in lowercase:              QAZ archive [filespecs] /L
  46.  List filenames as they are in archive:    QAZ archive [filespecs] /LS
  47.  To disable time-zone adjustments:         QAZ archive /Z-
  48.  To set the time-zone to eastern time:     QAZ archive /Z5
  49.  To set the time-zone to pacific time:     QAZ archive /Z8
  50.  To set the date style as MM-DD-YYYY:      QAZ archive /F0
  51.  To set the date style as DD-MM-YYYY:      QAZ archive /F1
  52.  To set the date style as YYYY-MM-DD:      QAZ archive /F2
  53.  To set the date style to verbose months:  QAZ archive /FV
  54.  To truncate filenames that are too long:  QAZ archive /FC
  55.  Use 7-Bit ASCII for display:              QAZ archive /FA
  56.  For multi-color ANSI display:             QAZ archive /FE
  57.  Diable ANSI, use 8-bit ASCII (Default):   QAZ archive /FM
  58.  To view ratios as a decimal (default):    QAZ archive /FR
  59.  To view ratios as a percentage:           QAZ archive /FP
  60.  To view ratios as percent compressed:     QAZ archive /FZ
  61.  To view ratios as x:1                     QAZ archive /F:
  62.   
  63.  List all filespecs entered from console:  QAZ @CON
  64.  List all files in picklist:               QAZ @picklist [filespecs]
  65.  List matching specs in archive from list: QAZ archive @picklist
  66.  List all files with common archive names: QAZ * /US
  67.  List all files using QAZSPEC variable:    QAZ * /UE
  68.  List files recursively in subdirectories: QAZ * /U+
  69.  Only list file if files are in archive:   QAZ archive file1 file2 ... /VS
  70.  Search for archives containing files:     QAZ [drv:]\ filespecs /VSI /US+
  71.  Search for unarchived files as well...    QAZ [drv:]\ filespecs /VSI /UXS+
  72.  Search drive C: for FOOBAR.TXT            QAZ C:\ FOOBAR.TXT /VSI /UXS+
  73.  To create a picklist of the archive:      QAZ archive /VQ /B > picklist
  74.  For a display similar to QAZ v1.00:       QAZ archive /VPN /F2$A /L
  75.  List files in macfile.HQX:                QAZ macfile.HQX /VT /FC /LS
  76.  Extract archive comment to a text file:   QAZ archive /VQNC ^* >> textfile
  77.  
  78.  Default options may be set using the QAZCMD environment variable.
  79.  
  80.  For more detailed information, please read the documentation.
  81.  
  82.