home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / PACKER / LHA / README.MAD < prev    next >
Text File  |  1993-12-01  |  5KB  |  109 lines

  1. 1. Introduction
  2.  
  3.   Mike's Archive  Directory can  show you  the contents  of every  popular
  4.   archive type available and their self-extracting-executable (SFX) files.
  5.   MAD currently supports ARC, PAK, ZIP, ZOO, LZS, DWC and LZH archives and   
  6.   all self-extracting .COM and .EXE files created by SEA ARC, PK-ARC, PAK,
  7.   PK-ZIP, SEZ (zoo), LARC (lzs), DWC and LHARC (lzh).
  8.   
  9.   Before I made MAD, I had made MUC (Mike's Universal Contents), a utility
  10.   that enables  users of  QuickBBS or Opus BBS to view the contents of all
  11.   popular archive types.  Because users asked me if there wasn't a MUC for
  12.   DOS, I decided to convert the program and make a non-BBS version.
  13.   
  14.   I've made the MAD command set as compatible as possible with the DOS DIR
  15.   command.  So you can use the /P switch to let the program pause when the
  16.   screen is  full or  the /W  switch to  show the  archive members in wide
  17.   format. (other switches: see below)
  18.   
  19.   If you like this program, you can register for it in two ways :
  20.   -by uploading the complete MAD archive on a BBS and sending me a message
  21.    via CIS or Fido Netmail with your name and the BBS you put MAD on.
  22.   -by sending me $5.
  23.   Of course, you can also do both!
  24.  
  25.   Please send your registration, comments and suggestions to :
  26.  
  27.   e-mail address:                          normal address :
  28.     Compuserve    75470,1403                  Mike Sax
  29.     The Source    BFK721                      Callaertstraat 23
  30.     Fido Netmail  2:29/24                     B-2700 Sint-Niklaas
  31.                                               Belgium
  32.  
  33. 2. Command-line interface
  34.  
  35.   MAD basicly works like the DOS DIR command.  Its command line format is:
  36.   
  37.   MAD <archive name> [/P] [/W] [/T] [/B] [> outfile]
  38.   
  39.   With <archive  name> =  the name  of the archive you want to view.  This
  40.   name can contain wild-cards (e.g. *.EXE).
  41.   
  42.   Please note that the switches have to be seperated by spaces.
  43.   
  44.   /P switch: When the screen is full, "- more -" will be displayed and you
  45.              have to press a key to continue.
  46.   /W switch: All files are displayed in wide format.
  47.   /T switch: Displays the information in technical format.  This parameter
  48.              shows the CRC and displays the Method  field in a technically    
  49.              more descriptive way.  This switch  can be  useful if you are
  50.              interested in data-compression  but you don't want to keep a 
  51.              list of what Reduced, Packed, etc... means.
  52.   /B switch: Display the archive name without the directory path.
  53.  
  54.   Examples:
  55.  
  56.   * To display the directory of the DEMO.ZIP archive:
  57.  
  58.                MAD DEMO
  59.  
  60.   * To print the directory of the TEST.ARC archive in the \PROOF directory
  61.     of drive B:
  62.  
  63.                MAD B:\PROOF\TEST.ARC >LPT1:
  64.  
  65.   * To redirect technical  information about the PK361.EXE self-extracting
  66.     archive to the PK.INF file:
  67.  
  68.                MAD PK361.EXE /T >PK.INF
  69.   
  70. 3. Some information
  71.  
  72.   MAD was  compiled using  Microsoft C  5.1 with  -Zp and  -Ox parameters.
  73.   (Actually, the  -Zp  switch was included  in the source  file by using a
  74.   #pragma pack(1) statement.)
  75.  
  76.   Special thanks to Johan Zwiekhorst for beta-testing  and giving a lot of
  77.   very  helpful suggestions  and to Irv Hoff  for uploading MAD on so many
  78.   BBS.
  79.   
  80.   The program looks at ANY file specified regardless of extentsion.  So if
  81.   you have  a ZIP  file that  has extension  .LZH or .DTA, no problem, MAD
  82.   will tell you it's a ZIP file and give you a directory of it.
  83.  
  84.   MAD is also  relatively version independant  for self extracting .EXE or
  85.   .COM files.   Although this feature is nice , it can slow down the prog-
  86.   ram a bit.  However, I decided that  flexibility was more important than
  87.   speed.  This doesn't mean that  MAD is slow, it only means that it could
  88.   be a few miliseconds faster if I left these features out.
  89.  
  90.   New in version 1.01:  A bug that caused MAD to hang on archives that had
  91.   filenames longer than 13 characters has been fixed.   In the time-field,
  92.   seconds are displayed. MAD displays wether archive was created by PK-ARC
  93.   or SEA ARC.  PK-ZIP 1.0 support (with imploding !) has been added.
  94.  
  95.   If you have any comments, complaints or suggestions, please let me know!
  96.     
  97. I hope you enjoy using this program as much as I enjoyed writing it...
  98.   
  99. bye,
  100.   
  101. \\ Mike Sax \\
  102.  
  103.   e-mail address:                          normal address :
  104.     Compuserve    75470,1403                  Mike Sax
  105.     The Source    BFK721                      Callaertstraat 23
  106.     Fido Netmail  2:29/24                     B-2700 Sint-Niklaas
  107.                                               Belgium
  108.  
  109.          ----------------end-of-author's-documentation--------------