command/DSAVE command/DSAVE NAME DSAVE -- Stores a program on disk ABBREVIATION d <shift> S SYNOPSIS DSAVE "<file>"[,D<drive>][,U<unit>] FUNCTION This command stores a program on disk. (Use SAVE to store programs on tape.) You must supply a file name. INPUTS <file> - file name and/or pattern <drive> - drive number <unit> - drive unit number RESULT A program is stored on a disk. EXAMPLES DSAVE "DDAY" SAVEs the program "DDAY" to disk. DSAVE (A$) SAVEs to disk program whose name is in the variable A$. DSAVE "PROG 3",D0,U9 SAVEs the program "PROG 3" to the disk drive with a unit number of 9 NOTES None BUGS None SEE ALSO DLOAD LOAD SAVE