home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / tpatch.lbr / TPATCH0.IZS / TPATCH0.INS
Encoding:
Text File  |  1993-06-07  |  3.0 KB  |  94 lines

  1. TURBO.COM
  2.  
  3.     Installation for patched Turbo Pascal (Herbert Oppmann 1/93)
  4.  
  5.  
  6. !! ATTENTION !! Use this INS file only on Turbo Pascal Version 3.00A!
  7. It doesn't replace the original Turbo Pascal installation program
  8. (TINST.COM) but installs only the additional features added to Turbo
  9. Pascal by my patch. Please read the documentation first!
  10.  
  11.         regarding the runtime library
  12.         +++++++++++++++++++++++++++++
  13.  
  14. If you do change here, I advise you to recompile the program CHAIN.COM,
  15. so that your changes affect all your CHN files too.
  16.  
  17. line editor:
  18. ------------
  19. What do you think of Turbo Pascal's built-in line editor? Nothing??
  20. Then you can tell my patch to use the BDOS line editor function
  21. instead!
  22.  
  23. Shall the BDOS function be used instead of the built-in one?
  24. 010F F01/00
  25.  
  26. Terminal reset string:
  27. ----------------------
  28. Is output at the end of the program, no matter why it stopped (normal
  29. end, error, or user break). If you have choosen the BDOS line editor
  30. and enter ^C at the beginning of the line, then this string is not
  31. output.
  32.  
  33. Enter the string (max. 7 characters, empty if not needed)
  34. 0160 SL0/08
  35.  
  36.  
  37. Overlay files:
  38. --------------
  39. Overlay files of Turbo Pascal programs (that are the ones with
  40. an extension of 000 to 099) are normally expected to be on the
  41. current user on the drive that was specified with the OvrDrive
  42. procedure. If nothing was specified, the current drive is used.
  43. Now, with my patch, we do another try on an installable DU.
  44. Only if we don't find the overlay file there, we give it up and
  45. issue a runtime error F0 as usual.
  46.  
  47. Where should I try it?
  48. Please enter drive (0= current, 1=A, .. 16=P)
  49. 1C95 E
  50.  
  51. And now the user (0 .. 31)
  52. 1C91 E
  53.  
  54.  
  55.         regarding the editor/compiler
  56.         +++++++++++++++++++++++++++++
  57.  
  58. TURBO.MSG:
  59. ----------
  60. You don't get asked anymore if you would like to load that file.
  61. It is loaded everytime (if found) or never.
  62.  
  63. Shall the error message file be loaded?
  64. 2232 FCD/21
  65.  
  66. TURBO.MSG,TURBO.OVR:
  67. --------------------
  68. The compiler searches these two files by concatenating "TURBO" with
  69. the desired extension and searching the file with the resulting name
  70. along a path (see below). But you may supply a DU here additionally,
  71. so that the compiler first look there before looking on the current
  72. DU. You should supply a DU here if these two files reside on a DU
  73. but not where the COM files are, that are also searched along the
  74. same path when you do "X" (eXecute).
  75. And of course you have to enter a different name here if you changed it.
  76.  
  77. Please enter DU:FILENAME (no extension, max. 12 characters)
  78. 217D S20/0D
  79.  
  80.  
  81. search path for TURBO.MSG/.OVR and COM files:
  82. ---------------------------------------------
  83. Turbo first looks on the (supplied or) current DU, then on the DU that was
  84. current when Turbo was started. If that fails too, then it does a last try
  85. on an installable DU.
  86.  
  87. Please enter the drive (0= current, 1=A, .. 16=P)
  88. 2E36 E
  89.  
  90. And now the user (0 .. 31)
  91. 2E38 E
  92.  
  93. That's all!
  94.