command/RENAME                                                 command/RENAME
 
 NAME
     RENAME -- Renames a file
 
 ABBREVIATION
     re <shift> N

 SYNOPSIS
     RENAME [D<drive>,]"<old_filename>" TO "<new_filename>"[,U<unit>]

 FUNCTION
     Used to rename a file on a disk.
 
 INPUTS
     <drive>        - drive number
     <old_filename> - original file name
     <new_filename> - new file name
     <unit>         - drive unit number
 
 RESULT
     Renamed file.

 EXAMPLES
     RENAME D0,"ASSET" TO "LIABILITY"
         Changes the name of the file from ASSET to LIABILITY.
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     None