home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / MISC.ZIP / TLOAD.DOC < prev    next >
Encoding:
Text File  |  1986-01-28  |  1.3 KB  |  36 lines

  1. TLOAD automatically keeps backup versions of the source files that
  2. you edit inside of Turbo Pascal. If you go through four saved edits
  3. and then wish you had the first version back, this is for you!
  4.  
  5. TLOAD requires MSDOS or PCDOS Turbo version 3.0.
  6.  
  7. TLOAD must be installed (cloned) for your system before it is
  8. used. To install it, type
  9.  
  10.   TLOAD /I  <enter>
  11.  
  12. TLOAD will prompt for the pathname where you keep TURBO.COM and
  13. will then prompt for the number of backups that you want to keep
  14. around. Enter any digit from 0 to 9. These numbers are IN ADDITION
  15. to the normal .BAK file created by Turbo.
  16.  
  17. After you enter the number of versions, TLOAD will clone itself
  18. onto its .COM file (or onto a new version of it, it you called
  19. TLOAD in a remote directory).
  20.  
  21. Then to run Turbo, call TLOAD instead. TLOAD uses the pathname
  22. you entered before, and starts up TURBO.COM. TLOAD takes over
  23. MSDOS interrupt $21 to intercept the calls to delete and rename
  24. files that Turbo uses when you save a source file.
  25.  
  26. The backup files will be named program.BA1, program.BA2, etc.,
  27. in order of increasing age, and the .BAK file will be the most
  28. recent backup.
  29.  
  30. If you use this all the time, you might want to rename TLOAD
  31. to TURBO, and rename TURBO to something else.
  32.  
  33.  
  34. Written by : Babu Kalakrishnan    14th January,1986
  35.              Palo Alto, California
  36.