Copy files and directory trees. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/xcopy.
xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}}
xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /p
xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /t
xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /e
xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /o
xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /z
xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /y
xcopy /?