how copy in cmd code example
Example 1: copy command in windows cmd
copy <src> <dst>
Example 2: copy command in cmd
COPY "filename" /Y
to overwrite the file in destination
copy <src> <dst>
COPY "filename" /Y
to overwrite the file in destination