home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / MISCTI10.ZIP / TI237.ASC < prev    next >
Encoding:
Text File  |  1988-04-18  |  4.7 KB  |  123 lines

  1. PRODUCT : TURBO PASCAL     NUMBER : 237
  2. VERSION : 3.01x
  3.      OS : PC-DOS
  4.    DATE : March 13, 1986
  5.  
  6.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  7. This   patch   automatically  responds  to  the  "Include   Error 
  8. Messages?"  prompt  and proceeds to either load  or  exclude  the 
  9. error messages (whatever is specifed by the patch you apply). The 
  10. message still appears, but does not  wait  for an answer. 
  11.  
  12.  
  13. ERROR MESSAGES NOTE:  The new version of TINST lets you designate 
  14. the  path to the error messages in the event they are stored in a 
  15. directory  other than the one active at the time Turbo Pascal  is 
  16. loaded.  Patches  for  three different implementations  of  Turbo 
  17. Pascal  are  listed  below.   Be  sure you are  using  the  patch 
  18. applicable to the file you wish to modify.
  19.  
  20. Use  the DOS utility,  DEBUG,  to apply the following patch to  a 
  21. copy  of  your  original .COM  file.   Copy  DEBUG.COM  into  the 
  22. directory  (or  onto  the diskette) where your  working  copy  of 
  23.  .COM  is  located.   At  the  DOS  prompt,  type  the  following 
  24. information  exactly  as  it  appears.  (Conclude  each  line  by 
  25. pressing <Enter>.) 
  26.  
  27.  
  28. Note:   1.   DEBUG is not sensitive to upper and lower case.  All 
  29.              addresses  are  listed  in upper case  for  ease  of 
  30.              readability.
  31.  
  32.         2.   While in DEBUG,the prompt will appear as a dash (-).
  33.  
  34.         3.   If   you  do not receive the  appropriate  response, 
  35.              press  "q"   followed   by   <Return>,    to   quit.   
  36.              Check   your version numbers and,  if correct,   try 
  37.              again.  
  38.  
  39.  
  40. TURBO.COM - "YES" - MESSAGES INCLUDED
  41.   
  42.      YOU TYPE                              THIS APPEARS
  43.  
  44.      DEBUG TURBO.COM<ENTER>                 -
  45.      e2F5E                                  XXXX:2F5E E8.
  46.      0C<Space>                              20
  47.      FF<Space>                              DB
  48.      EB<Space>                              0D
  49.      1E<Return>                             -
  50.      w                                      writing XXXX bytes
  51.      q                                      DOS prompt
  52.  
  53.  
  54. TURBO.COM - "NO - MESSAGES NOT INCLUDED
  55.  
  56.      YOU TYPE                             THIS APPEARS
  57.   
  58.      DEBUG TURBO.COM<ENTER>                 -
  59.      e2F5E                                  XXXX:2F5E E8.
  60.      24<Space>                              20
  61.      00<Space>                              DB
  62.      EB<Space>                              OD
  63.      1E<Return>                             -
  64.      w                                      writing XXXX bytes
  65.      q                                      DOS prompt
  66.  
  67.  
  68. TURBO-87.COM - "YES" - MESSAGES INCLUDED
  69.  
  70.      YOU TYPE                              THIS APPEARS
  71.  
  72.      DEBUG TURBO-87.COM<ENTER>              -
  73.      e2A27                                  XXXX:2A27 E8. 
  74.      0C<Space>                              57
  75.      FF<Space>                              E0
  76.      EB<Space>                              OD
  77.      1E<Return>                             -
  78.      w                                      writing XXXX bytes
  79.      q                                      DOS prompt
  80.  
  81.  
  82. TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  83.  
  84.      YOU TYPE                             THIS APPEARS
  85.  
  86.      DEBUG TURBO-87.COM<ENTER>              -
  87.      e2A27                                  XXXX:2A27 E8.
  88.      24<Space>                              57
  89.      00<Space>                              E0
  90.      EB<Space>                              0D
  91.      1E<Return>                             -
  92.      w                                      writing XXXX bytes
  93.      q                                      DOS prompt
  94.  
  95.  
  96. TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  97.  
  98.      YOU TYPE                              THIS APPEARS
  99.  
  100.      DEBUG TURBOBCD.COM<ENTER>              -
  101.      e2E7F                                  XXXX:2E7F E8.
  102.      0C<Space>                              FF
  103.      FF<Space>                              DB
  104.      EB<Space>                              0D
  105.      1E<Return>                             -
  106.      w                                      writing XXXX bytes
  107.      q                                      DOS prompt
  108.  
  109.  
  110. TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  111.  
  112.      YOU TYPE                              THIS APPEARS
  113.  
  114.      DEBUG TURBOBCD.COM<ENTER>              -
  115.      e2E7F                                  XXXX:2E7F E8.
  116.      24<Space>                              FF
  117.      00<Space>                              DB
  118.      EB<Space>                              0D
  119.      1E<Return>                             -
  120.      w                                      writing XXXX bytes
  121.      q                                      DOS prompt
  122.  
  123.