copy in command line code example
Example 1: copy command in windows cmd
copy <src> <dst>
Example 2: copy file command line
copy c:\data\file1.doc D:\backup\file2.doc
Example 3: copy command in cmd
COPY "filename" /Y
to overwrite the file in destination