home *** CD-ROM | disk | FTP | other *** search
- PRODUCT : TURBO PASCAL NUMBER : 206
- VERSION : 3.01x
- OS : PC-DOS
- DATE : March 20, 1986
-
- TITLE : BACKUP FILE CREATION - DISABLE PATCH
-
- The following patch disables Turbo Pascal's creation of a back-
- up file each time a file is saved to disk.
-
- 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
- TURBO.COM (TURBO-87.COM, TURBOBCD.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
-
- Type the following: You will see:
-
- debug TURBO.COM<Enter> -
-
- e3368<Enter> xxxx:3368 42._
-
- 2E<Enter> -
-
- w<Enter> Writing xxxx bytes
-
- q<Enter> Back to DOS prompt
-
-
- TURBO-87.COM
-
- Type the following: You will see:
-
- debug TURBO-87.COM<Enter> -
-
- e2E31<Enter> xxxx:2E31 42._
-
- 2E<Enter> -
-
- w<Enter> Writing xxxx bytes
-
- q<Enter> DOS prompt
-
- TURBOBCD.COM
-
- Type the following: You will see:
-
- debug TURBOBCD.COM<Enter> -
-
- e3289<Enter> xxxx:3289 42._
-
- 2E<Enter> -
-
- w<Enter> Writing xxxx bytes
-
- q<Enter> DOS prompt
-