home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL29.ARJ / VOL2947 < prev    next >
Text File  |  1992-01-07  |  6KB  |  129 lines

  1.  
  2. P r o g r a m m a T h e e k volume 2947
  3.  
  4.  
  5. Titel: LHARC/LHICE P.D. datacompressie en ARCTEST  vergelijking
  6.  
  7. Number  Name            Size    Date    Comments
  8. 2947.01 2LZH     LZH     9703   3-02-90 Maak .LZH uit  ARC/ZIP/PAK, eist progs
  9. 2947.02 ARC-COMP COM     8738   3-26-89 Vergelijking  compressiemethoden -
  10. hulp
  11. 2947.03 ARCTEST  LZH   105790   3-02-90 Info en progs voor  vergelijking
  12. methoden
  13.         CATALOG  947      750   3-02-90 Dit bestand
  14. 2947.04 CHKLHARC LZH     9640   3-02-90 Check SFX LZH  bestand
  15. 2947.05 ICE114   COM    36797   3-02-90 ICE 1.14 - hack van  LHARC 1.13
  16. 2947.06 LH-HDR-# TXT     1403   4-06-89 Beschrijving .LZH  header
  17. 2947.07 LHARC13  COM    36179   3-02-90 LHARC 1.13 - Yoshi  compressie
  18.                                         (self-extract)
  19. 2947.08 LHDIR    LZH    11788   3-02-90 DIR van LZH  bestanden
  20. 2947.09 LZHUF    LZH    18134   3-02-90  Beschrijving/routines (C) LZH formaat
  21.         VOL2947  ABS     4802   3-02-90 Abstract (M.)
  22.                12 File(s)    109568 bytes free on volume  VOL2947
  23.  
  24. LHARC (ook wel: LZARC) is DE grote konkurrent van PKZIP wat betreft zowel
  25. de omvang van de archieven als de snelheid. ICE is een kleine aanpassing,
  26. zeg maar gerust 'hack', van de geleverde versie 1.13. Deze
  27. twee zijn 
  28. self-extracting; de anderen zijn hoofdzakelijk .LZH  bestanden die met
  29. LHARC kunnen worden uitgepakt.
  30.  
  31.                          ******
  32. 2LZH is a small program that takes care of converting ZIP,  ARC,
  33. or PAK files to lzarc format.
  34. Lzarc is rapiedly gaining a cult following due to its VERY  tiny
  35. archives.
  36.  
  37.                ****  CHKLHARC  *****
  38. The purpose of this program is to search COM and EXE files  to determine if
  39. they are self-extracting LHARC files, and, if they are, a  determination is
  40. made  whether the file  contains an "AUTOLARC.BAT file, which is potential ly
  41. dangerous if you do not know what it does.
  42.   If CHKLHARC does find a file with the auto-executing batch  file contained
  43. therein, then it will create a new LZH file from the COM or  EXE file so that
  44. you can view and manipulate the contents  with LHARC.
  45.  
  46. How can a LHARC file containing an "AUTOLARC.BAT" file be  dangerous, you
  47. ask?  A LHARC self-extracting file, once it does its  self-extraction, will
  48. look for such a batch file and then execute it if present.   A few "DEL *.COM"
  49. commands or the likes thereof could do a  good bit of mischief.
  50.  
  51. LHdir is a utility program to be used in conjunction with  the LHarc file
  52. compression program. It has three purposes, depending on how  its used.
  53.  
  54. 1) As a directory utility.  Just like LHarc you can see the names and
  55. sizes of files inside a LZH file.  Some example commands:
  56.        LHDIR ABC.LZH
  57.        LHDIR ABC
  58.        LHDIR ABC *.TXT *.EXE
  59. Unlike LHarc, you can also see what's inside a  self-extracting COM or
  60. EXE file created by LHarc.  This requires that the file you  are looking
  61. at be completely specified on the command line.
  62.        LHDIR ABC.EXE
  63.        LHDIR ABC.EXE *.TXT
  64.  
  65. 2) As a converter of self-extracting to normal LZH files.   If the file
  66. is self-extracting, you will be asked if you wish to convert  it to a
  67. normal LZH file after viewing the directory.  Answering 'Y'  will create
  68. a second file with the LZH extant and retain the original  EXE or COM
  69. file, should you wish to use it for other purposes.
  70.  
  71. 3) As a scanner for self-extracting LHarc files you may have  lost track
  72. of.  If invoked as "LHDIR -S", the program will scan all EXE  and COM
  73. files in the current directory (limited to 300 COM and 300  EXE files)
  74. and tell you which, if any, are really LHarc self-extracting
  75. files.
  76.  
  77.        ARCHIVER COMPARISON
  78.  
  79.       This file presents the results of extensive tests that  I ran on the
  80.    various archivers.  The program DCCMP (included in this  distribution),
  81.    is the program I wrote to automatically run the tests.   It can be used
  82.    to run tests on your own data.
  83.  
  84.       This file and the program DCCMP (and its source code)  may be freely
  85.    used and distributed, but please distribute all files  together.
  86.  
  87.    What is contained in this distribution?
  88.    ---------------------------------------
  89.  
  90.  The following is a list of files I have included in this  distribution
  91. and what they are:
  92.  
  93. README         --  Simply directs one to read this file  first.
  94.  
  95. COMPARE1.TXT   --  This file.  The purpose of this file is  to give
  96.                    general information, list what archivers  were tested,
  97.                    and list exactly what each test set was composed of.
  98.  
  99. RESULTS1.TXT   --  This file lists the raw data from running  19 test
  100.                    sets through my comparer program.
  101.  
  102. VARIATN1.TXT   --  This file lists the raw data from running  22
  103.                    variations on one particular test set.
  104.  
  105. MEMORY1.TXT    --  This file lists the raw data from running 20 different
  106.                    memory constraints on one particular test  set.
  107.  
  108. COMMENT1.TXT   --  This file contains my comments on what  all the raw
  109.                    data means.
  110.  
  111. DCCMP.EXE      --  My comparer program.  This is what I used  to generate
  112.                    the raw data.  Simply run "DCCMP" to get a complete
  113.                    usage.
  114.  
  115. DCCMP.C        --  The C source code to my program.
  116.  
  117. DCCMP          --  This is the make file for compiling the  DCCMP program.
  118.  
  119. ARCHIVE.CMP    --  The DCCMP format batch file that tells my  program
  120.                    what archivers to run, and how to run them.
  121.  
  122. ARCHIVE2.CMP   --  Another DCCMP format batch file (same as  ARCHIVE.CMP
  123.                    except that archivers are Not run in  quite mode).
  124.  
  125. ARCHIVE3.CMP   --  Another DCCMP format batch file (this one was used to
  126.                    add a single file to an archive that  already exists).
  127.  
  128. TEST.BAT       --  One of the actual DOS batch files I used  to run my
  129.                    DCCMP program with.