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

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