home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / RENAME.TRU < prev    next >
Encoding:
Text File  |  1986-09-11  |  792 b   |  22 lines

  1. True BASIC           RENAME
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.  RENAME newname    │              │  to change your current file's name
  7.                    │              │  
  8.  RENAME old, new   │              │  to change the name of the saved file
  9.                    │              │  `old' to `new'
  10. ───────────────────┴──────────────┴──────────────────────────────────────────
  11.  
  12. To change the name of your current file but not make any changes
  13. to the disk, type
  14.  
  15.    RENAME newname
  16.  
  17. To change the saved file `oldname' to `newname' on the disk, type
  18.  
  19.    RENAME oldname, newname
  20.  
  21. This version of the command doesn't change the name of your current file.
  22.