Skip to content

Instantly share code, notes, and snippets.

@chefe
Last active August 29, 2015 14:27
Show Gist options
  • Save chefe/be1b4f9b4fec909e3eb6 to your computer and use it in GitHub Desktop.
Save chefe/be1b4f9b4fec909e3eb6 to your computer and use it in GitHub Desktop.
Sync all files and subfolders from a folder to another
xcopy "C:\Source\Folder" "D:\Destination\Folder" /s /e /i /h /Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment