home *** CD-ROM | disk | FTP | other *** search
- PRODUCT : TURBO PASCAL NUMBER : 236
- VERSION : 2.00B
- OS : MS-DOS
- DATE : February 13, 1986
-
- TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
-
- 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.
-
- 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
- .COM is located. At the DOS prompt, type the following
- information exactly as it appears. (Conclude each line by
- pressing <Enter>.)
-
- Note: 1. DEBUG is not sensitive to upper and lower case. all
- addresses are listed in upper case for ease of
- readability.
-
- 2. While in DEBUG, the prompt will appear as a dash
- (-).
-
- 3. If you do not receive the appropriate response, press
- "q", followed by <Return>, to quit. Check your
- version numbers and, if correct, try again.
-
- TURBO.COM - "YES" - MESSAGES INCLUDED
-
- YOU TYPE THIS APPEARS
-
- DEBUG TURBO.COM<ENTER> -
- E2716 XXXX:2716 E8.
- E9<Space> 0C
- 1C<Space> DB
- 00<Space> E8
- E9<Space> F5
- 05<Space> 02
- 00<Return> -
- w writing XXXX bytes
- q DOS prompt
-
-
- TURBO.COM - "NO - MESSAGES NOT INCLUDED
-
- YOU TYPE THIS APPEARS
-
- DEBUG TURBO.COM<ENTER> -
- e2716 XXXX:2716 E8.
- E9<Space> 0C
- 1C<Space> DB
- 00<Space> E8
- E9<Space> F5
- 08<Space> 02
- 00<Return> -
- w writing XXXX bytes
- q DOS prompt
-
- ..end