home *** CD-ROM | disk | FTP | other *** search
- True BASIC OLD Command
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- OLD filename │ │ to call up the file named `filename' on
- │ │ your disk and make it your current file
- │ │
- OLD b:filename │ │ to call up the file `filename' on
- │ │ alternate disk drive B
- │ │
- OLD filename.ext │ │ to call up a file which is saved with
- │ │ the extension `ext' instead of `tru'.
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- The OLD command calls up a file stored on a disk, and makes it your
- current file. Whatever file you had been using is no longer your current
- file.
-
- If you give the OLD command without saving or replacing your current file,
- True BASIC will ask if you want to save it.
-
- See also: HELP SAVE saving your current file on disk
- HELP FILES displaying the saved files on your disk
- HELP NEW creating a new, empty file as your current file
-