Copy files and directory trees.
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 /?