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