home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / 4dos / 4d50b.zip / PAT50B.DOC < prev    next >
Text File  |  1993-11-30  |  3KB  |  84 lines

  1.                                JP Software
  2.  
  3.              4DOS 5.0 rev A ==> 5.0 rev B Patch Documentation
  4.  
  5.                             November 30, 1993
  6.  
  7.  
  8. Copyright 1988 - 1993, JP Software Inc., All Rights Reserved.  Published
  9. by JP 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 4DOS 5.0 rev B patch.
  14.  
  15. To use the patch, you must have JP Software's PATCH.EXE program.  This
  16. program is in a separate file, PATCH.ZIP (on CompuServe) or 4DPATCH.ZIP
  17. (on bulletin boards and the Internet).
  18.  
  19. To use this patch, copy the PAT50B.RTP file to the directory where your
  20. 4DOS.COM file for version 5.0 rev A is stored.  Make sure JP Software's
  21. PATCH.EXE is in the same directory, or in a directory on your PATH, then
  22. enter the command:
  23.  
  24.       patch pat50b
  25.  
  26. The patch update converts your current copy of 4DOS 5.0 rev A to version
  27. 5.0 rev B.  It modifies 4DOS.COM, 4DOS.DOC, 4DOS.HLP, 4HELP.EXE, and
  28. UPDAT50.DOC.  If you run the patch in a directory which does not contain
  29. all of these files, PATCH will report some errors, but the files that
  30. are present will be patched correctly.  If this occurs you can copy the
  31. missing files to the patch directory and and re-run the patch; PATCH will
  32. detect the files that were patched the first time, and will not attempt
  33. to re-patch them.
  34.  
  35. Branding (name and serial number) information in your 4DOS.COM file will
  36. be preserved in the modified file.  Any changes you have made to the
  37. help colors with HELPCFG will also be preserved in the modified
  38. 4HELP.EXE.  All modified files will show a new date and time
  39. (11-30-93 at 5:00 am).
  40.  
  41. If you want to test 4DOS.COM to make sure the patch worked, use the
  42. VER /R command.  This command will report "4DOS Revision A" or "4DOS
  43. Revision B" in its output.
  44.  
  45. Version 5.0 revision B fixes the following minor bugs and anomalies in
  46. version 5.0 revision A:
  47.  
  48.      * The DO command had several minor anomalies:
  49.  
  50.           - The UNTIL test was reversed.
  51.  
  52.           - The condition did not work if == was used with no spaces
  53.             around it.
  54.  
  55.           - ITERATE would give "Unknown command ENDDO" errors under
  56.             certain conditions if used in a DO UNTIL.
  57.  
  58.      * The IF and IFF commands did not properly handle a condition which
  59.        included a variable function, if there was an .AND. or .OR.
  60.        later in the command.
  61.  
  62.      * The INPUT /E command did not use the existing variable value
  63.        if the variable name was over 8 characters long.
  64.  
  65.      * The LOG /H ON command did not work properly.
  66.  
  67.      * Aborting a batch file with Ctrl-C did not work properly if you
  68.        entered "Y" to the "Cancel batch job" prompt ("N" and "A"
  69.        responses did work).
  70.  
  71.      * The %@REPEAT variable function would crash 4DOS if the second
  72.        argument (the count) was negative.
  73.  
  74.      * The DirWinOpen, ListHex, and ListInfo directives in 4DOS.INI did
  75.        not work properly.
  76.  
  77.      * There were several minor cosmetic problems in the help system.
  78.        Also the documentation for DO UNTIL has been revised to explain how
  79.        the test works more clearly.
  80.  
  81.      * There were a couple of typographical errors in 4DOS.DOC and
  82.        UPDAT50.DOC.
  83.  
  84.