home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / arc_lbr / makelzh2.arc / READ.ME < prev    next >
Text File  |  1989-05-15  |  3KB  |  67 lines

  1.            ┌───────────────────────────────────────┐
  2.           ┌┤            Make_Lzh v2.0              │
  3.           ││      The LHarc Conversion Utility     │
  4.           ││           released 5/16/89            │
  5.           │└──────────────────────────────────────┬┘
  6.           └───────────────────────────────────────┘
  7.  
  8.       If you're like me, you have alot of disks and
  9.       subdirectories full of compressed files. Mine were all
  10.       in ZIP, PAK or ARC format until I happened upon a program
  11.       called LHarc, which, as you are surely aware has greater
  12.       compression. Well to make a long story short, I, as
  13.       well as a local sysop, (Al Wheeler, Barrington BBS),
  14.       had a need for a util to make converting all those
  15.       files fast and easy. I originally came out with 2
  16.       files called Pak2LZH and Zip2LZH, they did the job,
  17.       but had a couple of minor bugs and could've been done
  18.       better anyway. So I came up with Make_LZH, a single
  19.       program that handles 3 formats and doesn't have the
  20.       bugs found in the original.
  21.  
  22.       Make_LZH is VERY easy to use, but requires/assumes a few
  23.       things:
  24.       -You have a hard disk C:
  25.       -Your Command.Com is in C:\
  26.       -You have Make_LZH, PAK, PKunZIP and LHarc in your path
  27.       -You're not letting your cat stroll across your keyboard
  28.  
  29.        (Okay, so the last one is a personal problem)
  30.  
  31.       Make_LZH Converts entire subdirectories at a time, then
  32.       deletes the original file ONLY after the .LZH has been
  33.       confirmed.
  34.  
  35.      usage:
  36.  
  37.       Make_LZH <dir>
  38.  
  39.      if you don't specify a directory, the current one will
  40.      be used.
  41.  
  42.      You will then see Make_LZH calling the respective archiving
  43.      programs until it finds no more ZIP/PAK/ARC files in the
  44.      working directory.
  45.  
  46.                            That's it!
  47.  
  48.       ┌───────────────────────────────────────────────────┐
  49.       │   Author   : Doug Martin, Somersworth NH          │
  50.       │   Computer : 12 mhz 286 Clone                     │
  51.       │   Source   : Turbo Pascal v5.0                    │
  52.       │   OS       : MS-DOS v3.20                         │
  53.       └───────────────────────────────────────────────────┘
  54.  
  55.     I have tested this program every way I could think of,
  56.     but if you do find a bug, I can generally be reached at
  57.     the Barrington BBS (603) 335-5640. This program is
  58.     Public Domain and may be copied and distributed freely
  59.     and as long as no fees are charged. As such, I offer no
  60.     guarantees with this program other than 'It works on my
  61.     computer!'
  62.  
  63.     PKZIP/PKunZIP are trademarks of Phil Katz and PKware.
  64.     PAK is the trademark of NoGate software.
  65.     LHarc is the trademark of Haruyasu Yoshizaki.
  66.  
  67.