home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / 4dos / 4d50c.zip / PAT50C.DOC < prev    next >
Text File  |  1993-12-16  |  7KB  |  190 lines

  1.                                JP Software
  2.  
  3.              4DOS 5.0 rev B ==> 5.0 rev C Patch Documentation
  4.  
  5.                             December 16, 1993
  6.  
  7.  
  8. Copyright 1993, 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 4DOS 5.0 rev C 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 4DOS 5.0 rev B.  The simplest way to check your
  22.      revision level is to use the 4DOS VER /R command.  If you find you
  23.      have rev A, download the file 4D50B.ZIP (it should be available
  24.      from the same source as this file) to update rev A to rev B.  Then
  25.      apply these rev C patches to update to rev C.
  26.  
  27. To use this patch, copy the PAT50BH.RTP and PAT50C.RTP files to the
  28. directory where your 4DOS version 5.0 files are stored. Make sure JP
  29. Software's PATCH.EXE is in the same directory, or in a directory on your
  30. PATH, then enter the commands:
  31.  
  32.       patch pat50bh
  33.       patch pat50c
  34.  
  35. The first patch (PAT50BH) adds a minor update to 4DOS.HLP which was
  36. issued on December 2, 1993.  If your help file is already dated 12-02-93
  37. you can skip this step and just apply the second patch.  If you aren't
  38. sure, go ahead and apply the first patch -- if the help file is already
  39. patched, the patch program will detect this and will not attempt to
  40. re-patch it.
  41.  
  42. The second patch converts 4DOS 5.0 rev B to version 5.0 rev C.  It
  43. modifies 4DOS.COM, 4DOS.DOC, 4DOS.HLP, 4HELP.EXE, APPNOTES.DOC,
  44. BATCOMP.EXE, REFMAN.DOC, and UPDAT50.DOC.  If you run the patch in a
  45. directory which does not contain all of these files (for example, many
  46. users do not have the optional ASCII reference manual file, REFMAN.DOC),
  47. then PATCH will report some errors, but the files that are present will
  48. be patched correctly.  If you wish you can copy the missing files to the
  49. patch directory and and re-run the patch; PATCH will detect the files
  50. that were patched the first time, and will not attempt to re-patch them.
  51.  
  52. Branding (name and serial number) information in your 4DOS.COM file will
  53. be preserved in the modified file.  Any changes you have made to the
  54. help colors with HELPCFG will also be preserved in the modified
  55. 4HELP.EXE.  All modified files will show a new date and time
  56. (12-16-93 at 5:00 am).
  57.  
  58. If you want to test 4DOS.COM to make sure the patch worked, use the
  59. VER /R command.  This command will report "4DOS Revision B" (if the
  60. patch did not work) or "4DOS Revision C" (if it did work).
  61.  
  62. If you are short on disk space and receive a message that there is not
  63. enough space to perform the patch, you can use a command like this to
  64. reduce the disk space required:
  65.  
  66.       patch /noundo pat50c
  67.  
  68. This will make recovery slightly more difficult in the unlikely event of
  69. a power failure or similar problem during the patch process, but will
  70. significantly reduce the disk space required to perform the patch.
  71.  
  72.  
  73. [* JP Software's PATCH.EXE is the version 1.10 patch program from the
  74. .RTPatch patch software sold by PocketSoft Inc.  If you have a copy of
  75. PATCH.EXE version 1.10 or later from another company which also uses
  76. .RTPatch to update its software, you can use it with JP Software
  77. patches. However, we recommend that you do NOT use version 2.0 of
  78. PATCH.EXE under OS/2.  When PATCH.EXE 2.0 is used under OS/2 it patches
  79. the files properly, but does not correctly update the dates and times of
  80. the patched files.]
  81.  
  82.  
  83. 4DSO version 5.0 revision C includes the following changes to version
  84. 5.0 revision B:
  85.  
  86.  
  87.    General Features:
  88.  
  89.      * Fixed minor problems with remapping the F8 key.
  90.  
  91.      * Key mapping now supports Ctrl-Tab.
  92.  
  93.      * BATCOMP.EXE can now handle read-only source files, will check to
  94.        see if the source file is already compressed, and supports /?.
  95.  
  96.      * FullINT2E now defaults to YES as the documentation says it will.
  97.  
  98.      * Wildcards which specify a range of characters in a filename (e.g.
  99.        [abc]*.*) were not working properly if the range was the second
  100.        character of the filename (for example DIR ?[abc]); this has been
  101.        fixed.
  102.  
  103.      * The maximum filename length has been extended to 127 characters,
  104.        for long include lists.  Also long include lists (over 127
  105.        characters) will now be truncated, and will not hang the system.
  106.  
  107.      * Ctrl-Enter will now work properly from the history popup window
  108.        when the line wraps on the display.
  109.  
  110.      * Fixed minor problems with %= and escape characters.
  111.  
  112.  
  113.    Variables and Variable Functions:
  114.  
  115.      * The %?? variable was always returning zero; it now returns the
  116.        documented value.
  117.  
  118.      * The error level variables (%? and %_?) were being set to 3 when
  119.        an error was trapped by ON ERROR; they now retain the correct
  120.        value.
  121.  
  122.      * @RANDOM has been improved so it will not return alternating odd
  123.        and even values!
  124.  
  125.  
  126.    Commands:
  127.  
  128.      * DEL /Q will no longer attempt a fast delete if a date, time, or
  129.        size range is specified.
  130.  
  131.      * DEL /SX and MOVE /S did not always delete subdirectory descriptions
  132.        when removing subdirectories.
  133.  
  134.      * DESCRIBE can now handle redirected input, and will no longer hang
  135.        if you use an external program to create descriptions over 200
  136.        characters long (however such descriptions will be truncated at
  137.        200 characters).
  138.  
  139.      * Changed FOR to support the COMMAND.COM syntax:
  140.  
  141.           for %x in (/abcd) do ...
  142.  
  143.        which returns "a" the first time and "bcd" the second.
  144.  
  145.      * Made several minor changes in IF and IFF parsing.
  146.  
  147.      * Fixed several minor problems in LIST.
  148.  
  149.      * ON ERROR and ON BREAK will now work properly if no argument is
  150.        given.
  151.  
  152.      * REM>FILE will now work to create a 0-byte file if it is inside an
  153.        IFF block.
  154.  
  155.      * DESCRIBE *.* would display the description for the first file for
  156.        each subsequent file; this has been fixed.
  157.  
  158.      * SCRPUT will be ignored if there is no text to display, it will no
  159.        longer display an error message.
  160.  
  161.      * SELECT now allows embedded square brackets in a selection field
  162.        delimited by square brackets.
  163.  
  164.      * A SETDOS /Y1 entered at the prompt is now disabled when running a
  165.        compressed batch file (a SETDOS /Y1 inside the batch file will
  166.        still work).  This prevents SETDOS /Y1 from being used to view a
  167.        compressed batch file.
  168.  
  169.      * START /WIN3[S][=filename] did not work properly if the
  170.        "=filename" part of the switch was used.
  171.  
  172.  
  173.   Help System and Documentation:
  174.  
  175.      * The "Barnaby diamond" (Wordstar) keys (Ctrl-S, Ctrl-D, etc.) have
  176.        been re-enabled as navigation keys in the help system.
  177.  
  178.      * Minor typographical errors in the help system and 4DOS.DOC have
  179.        been fixed.
  180.  
  181.      * Added information on changes in ANSI detection to UPDAT50.DOC,
  182.        with other minor corrections.
  183.  
  184.      * Added information on SMARTDRV to APPNOTES.DOC, with other minor
  185.        corrections.
  186.  
  187.      * Modified REFMAN.DOC to remove warnings about DEL /Q and date /
  188.        time / size ranges.
  189.  
  190.