copy <wildname> {,<wildname> } ,<dest>
Copy one or more disc files.
<wildname>
The file or files to be copied.
<dest>
The destination for the copy. This can be a wild name or a single file, or just the name of
a directory. If there is more than one file to be copied, this must not
be a single file name.
-c
If the destination file(s) exist, prompt for confirmation before they
are overwritten.
-q
Quiet mode. Do not record an error or print an error message if the
file(s) cannot be found.
-v
Prompt for verification before each file copy.
Single file copy.
copy a.cmd,b.cmd
Multiple copies to a directory with verification.
copy *.cmd, /usr/cmds, -v
Multiple copies with wild change.
copy fred.dat,joe.dat, *.old
Commands: |