home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / dblarcv.zip / DBLARCV.DOC < prev   
Text File  |  1987-04-18  |  1KB  |  31 lines

  1. DBLARCV.COM  (DoubleARCView)
  2.  
  3. This program gives you a two-column listing of the contents of an ARC 
  4. file.  The syntax is:
  5.  
  6.            DBLARCV <arcfilename>
  7.  
  8. For example, running DOUBLEARCVIEW on the file DOS323.ARC results in the
  9. following display:
  10.                               ──[ DOS323.ARC ]──
  11.  
  12.   Name     Expanded  Packed   Date    │    Name     Expanded  Packed   Date
  13. ──────────────────────────────────────┼───────────────────────────────────────
  14. AUTOEXEC.BAT    7248    2934 05 Jan 87│ AUTOEXEC.TWO      20      20 10 Dec 85
  15. BASIC.COM      19298   18121 21 Feb 86│ BASICA.COM     36396   33710 21 Feb 86
  16. COMMAND.COM    23791   18682 30 Dec 85│ DISKCOPY.COM    6266    4859 09 Apr 86
  17. FMTDRVR.SYS     1607    1607 01 Oct 86│ I17.COM           80      69 21 Oct 86
  18. INSTALL.BAT      136     124 29 Oct 86│ INSTALL2.COM    2092    1699 01 Oct 86
  19. KBSEL.COM       6448    1308 01 Apr 86│ KEYBUS.COM      2046    1996 01 Jan 80
  20. SHARE.EXE       8592    4919 28 Oct 86│ XCOPY.EXE      11200    7161 06 Mar 86
  21. ──────────────────────────────────────┴───────────────────────────────────────
  22.  
  23.                            14 files utilize
  24.                       125220 bytes when expanded
  25.                        97209 bytes as compressed
  26.  
  27. No info on packing method, but a real boon in looking into large ARC files
  28. that would otherwise scroll off your screen.
  29.  
  30. Author unknown.  Doc file by Andy Boots.  4/18/87
  31.