home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / ARC_LBR / LSTARC.ARC / LSTARC.DOC < prev    next >
Encoding:
Text File  |  1987-11-14  |  1.0 KB  |  28 lines

  1.  
  2.  
  3.             LSTARC.C
  4.  
  5.  
  6.     This program gives you a quick and easy display of the
  7. contents of and .ARC file. It will show you the member name,
  8. extracted file size, and the creation date. Also displayed is the
  9. total disk space ALL of the members will take if extracted. And 
  10. the program will tell you which program will be needed to extract
  11. the members ( ARC or PKXARC).
  12.  
  13.  
  14.     I wrote this program because I wanted a small program that
  15. would load quickly and display the members within a .ARC file. I
  16. also wanted to know what archiver was used to create it (ARC or
  17. PKARC) so I could access it with the correct de-arcer. It also
  18. became apparent that knowing the extracted file sizes and the total
  19. space all of the files would take could be handy.
  20.  
  21.     Anyway, here is LSTARC.C, its written in TURBO C version 1.0
  22. and uses no special routines. If you have any problems of questions
  23. then let me know.
  24.  
  25.                     Richard Nichols
  26.                     CIS : [7134,3607]
  27.  
  28.