home *** CD-ROM | disk | FTP | other *** search
- True BASIC RENAME
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- │ │
- RENAME newname │ │ to change your current file's name
- │ │
- RENAME old, new │ │ to change the name of the saved file
- │ │ `old' to `new'
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- To change the name of your current file but not make any changes
- to the disk, type
-
- RENAME newname
-
- To change the saved file `oldname' to `newname' on the disk, type
-
- RENAME oldname, newname
-
- This version of the command doesn't change the name of your current file.
-