home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / OLD.TRU < prev    next >
Encoding:
Text File  |  1986-09-25  |  1.2 KB  |  25 lines

  1. True BASIC           OLD Command
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.   OLD filename     │              │ to call up the file named `filename' on
  6.                    │              │ your disk and make it your current file
  7.                    │              │
  8.   OLD b:filename   │              │ to call up the file `filename' on
  9.                    │              │ alternate disk drive B
  10.                    │              │
  11.   OLD filename.ext │              │ to call up a file which is saved with
  12.                    │              │ the extension `ext' instead of `tru'.
  13. ───────────────────┴──────────────┴──────────────────────────────────────────
  14.  
  15. The OLD command calls up a file stored on a disk, and makes it your
  16. current file.  Whatever file you had been using is no longer your current
  17. file.
  18.  
  19. If you give the OLD command without saving or replacing your current file,
  20. True BASIC will ask if you want to save it.
  21.  
  22. See also: HELP SAVE    saving your current file on disk
  23.           HELP FILES   displaying the saved files on your disk
  24.           HELP NEW     creating a new, empty file as your current file
  25.