home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY3 / PATCH4.ZIP / README < prev   
Text File  |  1990-10-15  |  2KB  |  53 lines

  1.  
  2.                   PowerBASIC Patch Documentation
  3.                   ==============================
  4.  
  5. The PowerBASIC patch programming utility (PBPATCH.EXE) is provided to
  6. allow you to install modifications, bug fixes, and enhancements to the
  7. two PowerBASIC compilers (PB.EXE and PBC.EXE).  It is only to be used
  8. in conjunction with patch data files issued by the developers.  When
  9. executed, it will directly modify the compiler files, to add the needed
  10. modifications.  It is important that you only modify a COPY of the
  11. compiler files, NOT AN ORIGINAL MASTER, as it is possible that the
  12. patch process may not be successfully completed (you might experience
  13. a disk read/write error, power outage, etc.), and the resulting
  14. "partially-patched" compilers would be unusable.
  15.  
  16. PowerBASIC patch data files are identified by a simple naming convention,
  17. PBnnnnnn.PAT, where nnnnnn represents the issue date of the patch file.
  18. Thus, a file issued on January 1, 1990 would be named PB010190.PAT.
  19.  
  20. This is version #1.1 of the PBPATCH utility, and may be used with patch
  21. data files issued on or after 3/30/90, and until a later PBPATCH version
  22. is issued.  When executed, PBPATCH will verify the compatibility of the
  23. patch data file, and report any inconsistency.
  24.  
  25. To execute the patch utility, place one or both of your compiler files
  26. (PB.EXE and PBC.EXE) in your default directory, and then just execute
  27. PBPATCH.EXE.  An initial prompt will ask you to identify the patch data
  28. file to be used.  Enter the data file name, and PBPATCH will do the rest.
  29.  
  30. =========================================================================
  31. =========================================================================
  32.  
  33.            BETA TESTER Test Patch not for general release
  34.  
  35. Although we believe this patch to be completely functional, it has NOT
  36. been thoroughly tested.  Use with caution.  If problems are encountered
  37. please contact Lloyd Smith, Spectra Tech Support immediately.
  38. 813-625-1172 voice, 813-625-1721 bbs, 813-625-1698 fax
  39.  
  40.  
  41. 10/09/90 ---  PowerBASIC patch data file:  PB100990.PAT
  42.  
  43. This patch data file is usable only with PowerBASIC (PB.EXE and PBC.EXE)
  44. Rev. #2.10a only.  It provides the following enhancements and/or corrects the
  45. following error conditions:
  46.  
  47.  
  48. 1.  Corrects Com Port time outs.
  49.  
  50. 2.  Corrects problem with CHDRIV$ (change drive) command problem.
  51.  
  52.  
  53.