home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / LH2_222.ZIP / readme.doc < prev    next >
Text File  |  1993-03-03  |  2KB  |  50 lines

  1. LH/2 V2.22 release notes, Wed  03-03-1993
  2. -----------------------------------------
  3.  
  4. The 'E' command has been added.  It is an alias for the 'X' command
  5. (extract files).
  6.  
  7. If many filenames without wildcards were specified,  lh would gobble up
  8. file handles,  and abort with an error message "too many open files".
  9. Fixed.
  10.  
  11. This also caused the M)ove command to fail to erase those files
  12. explicitly listed on the command line (files that are open can not be
  13. erased).  Fixed.
  14.  
  15. LH/2 V2.21 release notes
  16. ------------------------
  17.  
  18. Fix problem with decompressing old style -lh1- archives.  This problem
  19. only occurred in the 32 bit version.
  20.  
  21. LH/2 V2.20 release notes
  22. ------------------------
  23. Please see LH2.INF for full documentation.  This is a standard OS/2
  24. "BOOK".  You view it using VIEW.EXE.  For example:
  25.  
  26.   VIEW LH2
  27.  
  28. For compatibility with old versions,  select either LH16.EXE (for all
  29. versions of OS/2) or LH32.EXE (for OS/2 2.0 os/2 only) and rename it to
  30. LH.EXE.  This will allow any batch files or programs, that called
  31. versions prior to this one,  to work properly.
  32.  
  33. The MSE.CMD file assumes that SE.EXE is in the current directory.  You
  34. may wish to change it if you store SE.EXE somewhere else.  For example,
  35. assume that you store your utilities (such as LH.EXE, SE.EXE and
  36. MSE.CMD) in your D:\UTILITY directory.  You may wish to change
  37. MSE.CMD thus:
  38.  
  39.  @echo off
  40.  if "%1"=="" goto USAGE
  41.  copy /b D:\UTILITY\se.exe+%1.lzh /b %1.exe && echo %1.EXE has been created.
  42.  goto end
  43.  :Usage
  44.  echo Usage: MSE [lzh file]
  45.  echo        Do NOT speficy .lzh extension.
  46.  :end
  47.  
  48. The self-extraction module (SE.EXE) is a 16 bit OS/2 program.  This is
  49. so that all OS/2 users will be able to extract any SE-lzh's you create.
  50.