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

  1. PRODUCT : TURBO PASCAL     NUMBER : 206
  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.  
  25.         3.   If  you  do  not receive the  appropriate  response,              
  26. press "q"  followed  by  <Return>,   to quit.  Check              
  27. your version numbers and, if correct,  try again.  
  28.  
  29.                             TURBO.COM
  30.         
  31.          Type the following:                You will see:
  32.  
  33.           debug TURBO.COM<Enter>             -
  34.  
  35.           e3368<Enter>                       xxxx:3368 42._
  36.  
  37.           2E<Enter>                          -
  38.  
  39.           w<Enter>                           Writing xxxx bytes
  40.  
  41.           q<Enter>                           Back to DOS prompt
  42.  
  43.  
  44.                            TURBO-87.COM
  45.  
  46.          Type the following:                 You will see:
  47.  
  48.           debug TURBO-87.COM<Enter>           -
  49.  
  50.           e2E31<Enter>                        xxxx:2E31 42._
  51.  
  52.           2E<Enter>                           -
  53.  
  54.           w<Enter>                            Writing xxxx bytes
  55.  
  56.           q<Enter>                            DOS prompt
  57.  
  58.                           TURBOBCD.COM
  59.  
  60.          Type the following:                 You will see:
  61.  
  62.           debug TURBOBCD.COM<Enter>           -
  63.  
  64.           e3289<Enter>                        xxxx:3289 42._
  65.  
  66.           2E<Enter>                           -
  67.  
  68.           w<Enter>                            Writing xxxx bytes
  69.  
  70.           q<Enter>                            DOS prompt
  71.