home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / 4o20b.zip / 4OS220B.DOC < prev    next >
Text File  |  1994-01-04  |  3KB  |  81 lines

  1.                                JP Software
  2.  
  3.              4OS2 2.0 rev A ==> 2.0 rev B Patch Documentation
  4.  
  5.                              January 4, 1994
  6.  
  7.  
  8. Copyright 1994, JP Software Inc., All Rights Reserved.  Published by JP
  9. Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617)
  10. 646-3975.  4DOS is a registered trademark of JP Software Inc.
  11.  
  12.  
  13. This file explains how to install the 4OS2 2.0 rev B patches.
  14.  
  15. To use the patch, you must have:
  16.  
  17.      * JP Software's PATCH.EXE program.  This program is in a separate
  18.      file, PATCH.ZIP on CompuServe, or 4DPATCH.ZIP on bulletin boards
  19.      and the Internet.  [* See note below.]
  20.  
  21.      * A copy of 4OS2 2.0 rev A.  The simplest way to check your
  22.      revision level is to use the 4OS2 VER /R command.  This command
  23.      will also show whether you are running the 16-bit version of 4OS2
  24.      ("4OS2/16") or the 32-bit version ("4OS2/32").  You will need this
  25.      information to apply the proper revision B patch.
  26.  
  27. To use this patch, use the VER command to determine whether you are
  28. running 4OS2/16 or 4OS2/32.  Then copy the corresponding revision B
  29. patch file to to the directory where your 4OS2 version 2.0 files are
  30. stored.  Copy 4O20B16.RTP for 4OS2/16, or 4O20B32.RTP for 4OS2/32.
  31. (Note that the second character of each filename is the letter "oh", the
  32. fourth character of each name is the digit zero.)  Make sure JP
  33. Software's PATCH.EXE is in the same directory, or in a directory on your
  34. PATH, then enter the appropriate command:
  35.  
  36.       patch 4o20b16        (for 4OS2/16)
  37.       patch 4o20b32        (for 4OS2/32)
  38.  
  39. (Don't worry about running the "wrong" patch by mistake.  The PATCH
  40. program won't patch your 4OS2 files unless the proper original file is
  41. found.)
  42.  
  43. This patch converts 4OS2 2.0 rev A to version 2.0 rev B.  It modifies
  44. only 4OS2.EXE, all other files are unchanged from rev A.  Branding (name
  45. and serial number) information in your 4OS2.EXE file will be preserved
  46. in the modified file.
  47.  
  48. If you want to test 4OS2.EXE to make sure the patch worked, restart your
  49. 4OS2 session, then use the VER /R command.  This command will report
  50. "4OS2 Revision A" (if the patch did not work) or "4OS2 Revision B" (if
  51. it did work).
  52.  
  53. If you are short on disk space and receive a message that there is not
  54. enough space to perform the patch, you can use a command like this to
  55. reduce the disk space required:
  56.  
  57.       patch /noundo 4o20b32
  58.  
  59. This will make recovery slightly more difficult in the unlikely event of
  60. a power failure or similar problem during the patch process, but will
  61. reduce the disk space required to perform the patch.
  62.  
  63.  
  64. 4OS2 version 2.0 revision B includes the following changes to version
  65. 2.0 revision A:
  66.  
  67.      * Fixed date, time, and size ranges so that you can use environment
  68.        variables inside a range specification.
  69.  
  70.      * Fixed a problem with using the 4OS2 escape character before a
  71.        redirection character.
  72.  
  73.      * DESCRIBE:  Fixed a problem where DESCRIBE would exit if you hit
  74.        Enter and were describing files with a wildcard file name.
  75.  
  76.      * LIST:  Fixed a problem in LIST /S with an empty pipe.
  77.  
  78.      * LOG:  Eliminated extra white space prior to the text in a "LOG /H
  79.        text" command.
  80.  
  81.