File Management Commands
- copy single directory contents
move "Source" "Destination"copy "Source" "Destination"
mdmake directoryrdorrmdirto delete an empty directory/sswitch to delete contents/qquiet mode to suppress confirmation
- copy contents of more than one directory at a time
xcopy Source Destination Switches- use switches to include or exclude files by attributes
robocopy Source Destination Switches- use robocopy
- works better with long file names and NTFS attributes