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

  1. PRODUCT : TURBO PASCAL     NUMBER : 105
  2. VERSION : 1.0xx, 2.0xx 
  3.      OS : MS-DOS, PC-DOS
  4.    DATE : April 7, 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.  
  14. ERROR MESSAGES NOTE:  The new version of TINST lets you designate 
  15. the  path to the error messages in the event they are stored in a 
  16. directory  other than the one active at the time Turbo Pascal  is 
  17. loaded.  Patches  for  three different implementations  of  Turbo 
  18. Pascal  are  listed  below.   Be  sure you are  using  the  patch 
  19. applicable to the file you wish to modify.
  20.  
  21. Use  the DOS utility,  DEBUG,  to apply the following patch to  a 
  22. copy  of  your  original .COM  file.   Copy  DEBUG.COM  into  the 
  23. directory  (or  onto  the diskette) where your  working  copy  of  
  24. .COM  is  located.   At  the  DOS  prompt,  type  the  following 
  25. information  exactly  as  it  appears.  (Conclude  each  line  by 
  26. pressing <Enter>.) 
  27.  
  28.  
  29. Note:   1.   DEBUG is not sensitive to upper and lower case.  All              
  30. addresses  are  listed  in upper case  for  ease  of              
  31. readability.
  32.  
  33.         2.   While in DEBUG, the prompt will appear as a dash
  34. (-).
  35.    
  36.  
  37.         3.   If   you  do not receive the  appropriate  response,              
  38. press  "q"   followed   by   <Return>,    to   quit.                
  39. Check   your version numbers and,  if correct,   try              
  40. again.  
  41.  
  42.  
  43. PC-DOS, TURBO.COM - "YES" - MESSAGES INCLUDED
  44.   
  45.      YOU TYPE                              THIS APPEARS
  46.  
  47.      debug TURBO.COM<ENTER>                -
  48.      e29CE                                 xxxx:29CE  E8.
  49.      E9  1C  00<Return>                    -
  50.      e29ED                                 xxxx:29ED  E8.
  51.      E9  05  00<Return>                    -
  52.      w                                     writing xxxx bytes
  53.      q                                     DOS prompt
  54.  
  55.  
  56. PC-DOS, TURBO.COM - "NO - MESSAGES NOT INCLUDED
  57.  
  58.      YOU TYPE                              THIS APPEARS
  59.   
  60.      debug TURBO.COM<ENTER>                -
  61.      e29CE                                 xxxx:29CE  E8.
  62.      E9  1C  00<Return>                    -
  63.      e29ED                                 xxxx:29ED  E8.
  64.      E9  08  00<Return>                    -
  65.      w                                     writing xxxx bytes
  66.      q                                     DOS prompt
  67.      
  68.  
  69. MS-DOS TURBO.COM - "YES" - MESSAGES INCLUDED
  70.  
  71.      YOU TYPE                              THIS APPEARS
  72.  
  73.      DEBUG TURBO.COM<ENTER>                -
  74.      e2716                                 xxxx:2716  E8.
  75.      E9  1C  00<Return>                    -
  76.      e2735                                 xxxx:2735  E8.
  77.      E9  05  00<Return>                    -
  78.      w                                     writing xxxx bytes
  79.      q                                     DOS prompt
  80.  
  81.  
  82. MS-DOS, TURBO.COM - "NO" - MESSAGES NOT INCLUDED
  83.  
  84.      YOU TYPE                             THIS APPEARS
  85.  
  86.      DEBUG TURBO.COM<ENTER>                -
  87.      e2716                                 xxxx:2716  E8.
  88.      E9  1C  00<Return>                    -
  89.      e2735                                 xxxx:2735  E8.
  90.      E9  08  00<Return>                    -
  91.      w                                     writing xxxx bytes
  92.      q                                     DOS prompt
  93.