home *** CD-ROM | disk | FTP | other *** search
- True BASIC SAVE
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- │ │
- SAVE filename │ │ to put your current file on disk with
- │ │ the name `filename'
- │ │
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- The SAVE command puts a copy of your current file on disk. Use
- this whenever you want to keep a file on disk.
-
- If no such file exists, one is created. If the file already
- exists, True BASIC asks if you want to overwrite the existing file.
-
- See also: HELP REPLACE replacing a file on disk with your
- current file
- HELP OLD retrieving a file from disk
- HELP FILES displaying a list of the files on your disk
-