cp - Windows command-line utility to copy files
cp [-fimpv] source_file target_file
cp [-fimpv] source_file... target_directory
cp -R[-cfimpv] source_file... target_directory
cp -r[-cfimpv] source_file... target_directory
The cp(1w) Windows command-line utility is an implementation of the Interix cp(1) command that you can run at a Windows command prompt. The source_file, target_file, and target_directory arguments must use Windows file-name and path syntax. For more information, see cp(1).