home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / NOBAK.ZIP / NOBAK.PAT
Encoding:
Text File  |  1986-08-14  |  2.2 KB  |  73 lines

  1. PRODUCT : TURBO PASCAL
  2. VERSION : 3.01x
  3.      OS : PC-DOS
  4.    DATE : March 20, 1986
  5.  
  6.   TITLE : BACKUP FILE CREATION - DISABLE PATCH
  7.  
  8. The  following patch disables Turbo Pascal's  creation of a back-
  9. up file each time a file is saved to disk.
  10.  
  11. Use  the DOS utility,  DEBUG,  to apply the following patch to  a 
  12. COPY  of  your  original .COM  file.   Copy  DEBUG.COM  into  the 
  13. directory  (or  onto  the diskette) where your  working  copy  of 
  14. TURBO.COM  (TURBO-87.COM,  TURBOBCD.COM) is located.   At the DOS 
  15. prompt,  type  the following information exactly as  it  appears. 
  16. (Conclude each line by pressing <Enter>.) 
  17.  
  18. Note:   1.   DEBUG is not sensitive to upper and lower case.  All 
  19.              addresses  are  listed  in upper case  for  ease  of 
  20.              readability.
  21.  
  22.         2.   While in DEBUG, the prompt will appear as a dash (-).
  23.  
  24.         3.   If  you  do  not receive the  appropriate  response, 
  25.              press "q"  followed  by  <Return>,   to quit.  Check 
  26.              your version numbers and, if correct,  try again.  
  27.  
  28.  
  29.  
  30.  
  31.                             TURBO.COM
  32.         
  33.          Type the following:                You will see:
  34.  
  35.           debug TURBO.COM<Enter>             -
  36.  
  37.           e3368<Enter>                       xxxx:3368 42._
  38.  
  39.           2E<Enter>                          -
  40.  
  41.           w<Enter>                           Writing xxxx bytes
  42.  
  43.           q<Enter>                           Back to DOS prompt
  44.  
  45.                            TURBO-87.COM
  46.  
  47.          Type the following:                 You will see:
  48.  
  49.           debug TURBO-87.COM<Enter>           -
  50.  
  51.           e2E31<Enter>                        xxxx:2E31 42._
  52.  
  53.           2E<Enter>                           -
  54.  
  55.           w<Enter>                            Writing xxxx bytes
  56.  
  57.           q<Enter>                            DOS prompt
  58.  
  59.  
  60.                           TURBOBCD.COM
  61.  
  62.          Type the following:                 You will see:
  63.  
  64.           debug TURBOBCD.COM<Enter>           -
  65.  
  66.           e3289<Enter>                        xxxx:3289 42._
  67.  
  68.           2E<Enter>                           -
  69.  
  70.           w<Enter>                            Writing xxxx bytes
  71.  
  72.           q<Enter>                            DOS prompt
  73.