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

  1. PRODUCT : TURBO PASCAL     NUMBER : 239
  2. VERSION : 3.01x
  3.      OS : CP/M-86
  4.    DATE : March 13, 1986
  5.  
  6.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  7.  
  8. This   patch   automatically  responds  to  the  "Include   Error 
  9. Messages?"  prompt  and proceeds to either load  or  exclude  the 
  10. error messages (whatever is specifed by the patch you apply). The 
  11. message still appears, but does not  wait  for an answer. 
  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 are  listed 
  17. below.   Be  sure you are using the patch applicable to the  file 
  18. 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.  
  35.  
  36.         3.   If  you  do  not receive the  appropriate  response,              
  37. press  "q"   followed   by   <Return>,    to   quit.                
  38. Check   your version numbers and,  if correct,   try              
  39. again.  
  40.  
  41.  
  42. TURBO.COM - "YES" - MESSAGES INCLUDED
  43.   
  44.      YOU TYPE                              THIS APPEARS
  45.  
  46.      DEBUG TURBO.COM<ENTER>                 -
  47.      e2AEB                                  XXXX:2AEB E8.
  48.      0C<Space>                              34
  49.      FF<Space>                              DC
  50.      EB<Space>                              0D
  51.      1E<Return>                             -
  52.      w                                      writing XXXX bytes
  53.      q                                      DOS prompt
  54.  
  55.  
  56. TURBO.COM - "NO - MESSAGES NOT INCLUDED
  57.  
  58.      YOU TYPE                             THIS APPEARS
  59.   
  60.      DEBUG TURBO.COM<ENTER>                 -
  61.      e2AEB                                  XXXX:2AEB E8.
  62.      24<Space>                              34
  63.      00<Space>                              DC
  64.      EB<Space>                              0D
  65.      1E<Return>                             -
  66.      w                                      writing XXXX bytes
  67.      q                                      DOS prompt
  68.  
  69.  
  70. TURBO-87.COM - "YES" - MESSAGES INCLUDED
  71.  
  72.      YOU TYPE                              THIS APPEARS
  73.  
  74.      DEBUG TURBO-87.COM<ENTER>              -
  75.      e2601                                  XXXX:2601 E8. 
  76.      0C<Space>                              1E
  77.      FF<Space>                              E1
  78.      EB<Space>                              0D
  79.      1E<Return>                             -
  80.      w                                      writing XXXX bytes
  81.      q                                      DOS prompt
  82.  
  83. TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  84.  
  85.      YOU TYPE                             THIS APPEARS
  86.  
  87.      DEBUG TURBO-87.COM<ENTER>              -
  88.      e2601                                  XXXX:2601 E8.
  89.      24<Space>                              1E
  90.      00<Space>                              E1
  91.      EB<Space>                              0D
  92.      1E<Return>                             -
  93.      w                                      writing XXXX bytes
  94.      q                                      DOS prompt
  95.  
  96.  
  97. TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  98.  
  99.      YOU TYPE                              THIS APPEARS
  100.  
  101.      DEBUG TURBOBCD.COM<ENTER>              -
  102.      e29FE                                  XXXX:29FE E8.
  103.      OC<Space>                              21
  104.      FF<Space>                              DD
  105.      EB<Space>                              0D
  106.      1E<Return>                             -
  107.      w                                      writing XXXX bytes
  108.      q                                      DOS prompt
  109.  
  110.  
  111. TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  112.  
  113.      YOU TYPE                              THIS APPEARS
  114.  
  115.      DEBUG TURBOBCD.COM<ENTER>              -
  116.      e29FE                                  XXXX:29FE E8.
  117.      24<Space>                              21
  118.      00<Space>                              DD
  119.      EB<Space>                              0D
  120.      1E<Return>                             -
  121.      w                                      writing XXXX bytes
  122.      q                                      DOS prompt
  123.  
  124.