community.borland.com

Article #15007: Skip "Include error messages?" prompt

 Technical Information Database

TI7D.txt - Skip "Include error messages?" prompt

Category   :Turbo Pascal
Platform   :DOS
Product    :

Description:
This patch automatically responds to the "Include Error
Messages?" prompt and proceeds to either load or exclude the
error messages (whatever is specifed by the patch you apply). The
message still appears, but does not wait for an answer.


ERROR MESSAGES NOTE: The new version of TINST lets you designate
the path to the error messages in the event they are stored in a
directory other than the one active at the time Turbo Pascal is
loaded. Patches for three different implementations of

Use the DOS utility, DEBUG, to apply the following patch to a
copy of your original .COM file. Copy DEBUG.COM into the
directory (or onto the diskette) where your working copy of
information exactly as it appears. (Conclude each line by
pressing , to quit.  Check your version
          numbers and, if correct, try again.

PC-DOS, TURBO.COM - "YES" - MESSAGES INCLUDED

     YOU TYPE                           THIS APPEARS

     debug TURBO.COM              -
     e29CE                                 xxxx:29CE  E8.
     E9  1C  00                 -
     e29ED                                 xxxx:29ED  E8.
     E9  05  00                 -
     w                                    writing xxxx bytes
     q                                    DOS prompt


PC-DOS, TURBO.COM - "NO - MESSAGES NOT INCLUDED

     YOU TYPE                           THIS APPEARS

     debug TURBO.COM              -
     e29CE                                 xxxx:29CE  E8.
     E9  1C  00                 -
     e29ED                                 xxxx:29ED  E8.
     E9  08  00                 -
     w                                    writing xxxx bytes
     q                                    DOS prompt


Reference:
 

3/30/99 3:49:50 PM
 

Last Modified: 01-SEP-99