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

  1. True BASIC            SAVE 
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.  SAVE filename     │              │ to put your current file on disk with
  7.                    │              │ the name `filename'
  8.                    │              │
  9. ───────────────────┴──────────────┴──────────────────────────────────────────
  10.  
  11. The SAVE command puts a copy of your current file on disk.  Use
  12. this whenever you want to keep a file on disk.
  13.  
  14. If no such file exists, one is created.  If the file already
  15. exists, True BASIC asks if you want to overwrite the existing file.
  16.  
  17. See also: HELP REPLACE      replacing a file on disk with your
  18.                             current file
  19.           HELP OLD          retrieving a file from disk
  20.           HELP FILES        displaying a list of the files on your disk
  21.