command/COPY                                                     command/COPY
 
 NAME
     COPY -- Copies a file
 
 ABBREVIATION
     co <shift> P

 SYNOPSIS
     COPY [D<src_drive>,]"<src_file>" TO [D<trg_drive>,]"<trg_file>"
          [,ON U<unit>]

 FUNCTION
     Copies a file on the disk in one drive (the source file) to the disk in 
     the other on dual disk drive only, or creates a copy of a file on the 
     same drive (with a different file name).
 
 INPUTS
     <src_drive> - source drive number
     <src_file>  - source file name
     <trg_drive> - target drive number
     <trg_file>  - target file name
     <unit>      - target drive unit number

 RESULT
     A copy of a file is created.

 EXAMPLES
     COPY D0,"NOON" TO D1,"NIGHT"
         Copies NOON from drive 0 to drive 1, renaming it NIGHT.

     COPY D0,"STUFF" TO D1,"STUFF"
         Copies STUFF from drive 0 to drive 1.

     COPY D0 TO D1
         Copies all files from drive 0 to drive 1.

     COPY "CATS" TO "DOGS"
         Copies CATS as a program called DOGS on the same drive.
 
 NOTES
     None
 
 BUGS
     None
 
 SEE ALSO
     BACKUP