home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR13 / 4NT10E.ZIP / PAT10E.DOC < prev    next >
Text File  |  1993-07-16  |  4KB  |  122 lines

  1.  
  2.                                 JP Software
  3.  
  4.         4DOS/NT 1.0 rev A / B / C / D ==> rev E Patch Documentation
  5.  
  6.                                July 16, 1993
  7.  
  8.  
  9. [Copyright 1993, JP Software Inc., All Rights Reserved.  Published by JP
  10. Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617) 646-3975.
  11. 4DOS is a registered trademark of JP Software Inc.  Windows NT is a
  12. trademark of Microsoft Corporation.  Other product and company names are
  13. trademarks of their respective owners.]
  14.  
  15. [PLEASE NOTE:  This product is named "4DOS", and this version is more fully
  16. described as "4DOS for the Windows NT Operating System".  For brevity, in
  17. this file and throughout our documentation we refer to "4DOS for Windows
  18. NT", to "4DOS/NT", or to the program file name, 4NT.EXE or 4NT.  When "4DOS"
  19. is used by itself the reference is to our DOS product.]
  20.  
  21.  
  22. This file explains how to install the 4DOS/NT 1.0 rev E patches for 4NT.EXE.
  23.  
  24. To use these patches, you must have the PATCH.EXE program uploaded by JP
  25. Software.  This program is in a separate file, PATCH.ZIP or PATCH4D.ZIP
  26. (depending on your download source).  Instructions for running the PATCH
  27. program are in the file PATCH.DOC which is distributed with PATCH.EXE. 
  28. PATCH.EXE should be in the same directory as the files to be patched, or in
  29. a directory on your PATH.
  30.  
  31. Before using these patches, you must determine the revision level of your
  32. copy of 4DOS/NT.  To do so, use the command:
  33.  
  34.       VER /R
  35.    
  36. and find the "4DOS/NT revision level" in the output.  If you have a
  37. downloaded copy of 4DOS/NT you probably have revision B; if you have a copy
  38. supplied on diskette you probably have revision C.
  39.  
  40. There are three patch files:
  41.  
  42.       PAT10B.RTP     Updates 4DOS/NT 1.0 to revision level B from level A
  43.       PAT10C.RTP     Updates 4DOS/NT 1.0 to revision level C from level B
  44.       PAT10D.RTP     Updates 4DOS/NT 1.0 to revision level D from level C
  45.       PAT10E.RTP     Updates 4DOS/NT 1.0 to revision level E from level D
  46.  
  47. You should apply the appropriate patch files, in sequence, for the revision
  48. of 4DOS/NT you are currently running:
  49.  
  50.       If you are running      Then apply patch files in this order
  51.       ------------------      ------------------------------------------
  52.       revision A              PAT10B then PAT10C then PAT10D then PAT10E
  53.       revision B              PAT10C then PAT10D then PAT10E
  54.       revision C              PAT10D then PAT10E
  55.       revision D              PAT10E only
  56.       
  57. These patch files modify 4NT.EXE only.  All other files are unchanged.
  58. Branding (name and serial number) information in your original 4NT.EXE file
  59. will be preserved in the modified file.
  60.  
  61. To apply a patch, copy the corresponding .RTP file to the directory where
  62. 4NT.EXE is stored.  Then exit from all sessions running 4DOS/NT, start a
  63. CMD.EXE session, change to the 4NT.EXE directory, and enter the command:
  64.  
  65.       patch <patch file name>
  66.  
  67. where <patch file name> is PAT10B, PAT10C, etc.
  68.  
  69. [Some of our documentation for PATCH.EXE shows a period between the program
  70. name (PATCH) and the patch file name, for example:
  71.  
  72.       patch . pat10d
  73.       
  74. This period may be used but is not required.]
  75.  
  76. These patches fix the minor bugs and anomalies in 4DOS/NT 1.0 which are
  77. listed below.  These problems are small and have not affected most users.
  78.  
  79.  
  80.   Revision B:
  81.  
  82.      * Input redirection was opening the input file in read-write mode;
  83.      change it to open in read-only mode.
  84.  
  85.  
  86.   Revision C:
  87.  
  88.      * The FOR command was not working properly.
  89.  
  90.      * RENAME would fail in some circumstances.
  91.  
  92.  
  93.   Revision D:
  94.  
  95.      * IF NOT EXIST did not work properly when a subdirectory was the
  96.      argument.
  97.  
  98.      * Non-US keyboards did not work properly.
  99.  
  100.      * DESCRIBE did not work properly, and descriptions were not correctly
  101.      copied, deleted, etc.
  102.  
  103.      * The internal version number returned by %_4VER was 0.9 when it should
  104.      have been 1.0.
  105.  
  106.  
  107.   Revision E:
  108.  
  109.      * Double quotes did not work properly on the command line.
  110.  
  111.      * START did not always recognize titles correctly.
  112.  
  113.      * Blank lines at the beginning of a batch file could cause the batch
  114.      file to fail.
  115.  
  116.      * Long command lines could cause a crash when trying to display the
  117.      command in the window title.
  118.  
  119.      * Changed the way the keyboard is read for better compatibility with
  120.      non-US keyboard layouts.
  121.  
  122.