home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 July / IMM0795.ISO / share / os2 / lh2_220 / readme.doc < prev    next >
Text File  |  1993-01-29  |  1KB  |  39 lines

  1.  
  2. LH/2 V2.21 release notes, Sat  01-30-1993
  3. -----------------------------------------
  4.  
  5. This bug fix was released the day after V2.20.  LH32.EXE (but not
  6. lh16.exe or se.exe) would not always decompress old-style "-lh1-"
  7. arhives.
  8.  
  9.  
  10. LH/2 V2.20 release notes
  11. ------------------------
  12. Please see LH2.INF for full documentation.  This is a standard OS/2
  13. "BOOK".  You view it using VIEW.EXE.  For example:
  14.  
  15.   VIEW LH2
  16.  
  17. For compatibility with old versions,  select either LH16.EXE (for all
  18. versions of OS/2) or LH32.EXE (for OS/2 2.0 os/2 only) and rename it to
  19. LH.EXE.  This will allow any batch files or programs, that called
  20. versions prior to this one,  to work properly.
  21.  
  22. The MSE.CMD file assumes that SE.EXE is in the current directory.  You
  23. may wish to change it if you store SE.EXE somewhere else.  For example,
  24. assume that you store your utilities (such as LH.EXE, SE.EXE and
  25. MSE.CMD) in your D:\UTILITY directory.  You may wish to change
  26. MSE.CMD thus:
  27.  
  28.  @echo off
  29.  if "%1"=="" goto USAGE
  30.  copy /b D:\UTILITY\se.exe+%1.lzh /b %1.exe && echo %1.EXE has been created.
  31.  goto end
  32.  :Usage
  33.  echo Usage: MSE [lzh file]
  34.  echo        Do NOT speficy .lzh extension.
  35.  :end
  36.  
  37. The self-extraction module (SE.EXE) is a 16 bit OS/2 program.  This is
  38. so that all OS/2 users will be able to extract any SE-lzh's you create.
  39.