Skip to content

Instantly share code, notes, and snippets.

@Legends
Last active December 3, 2019 00:27
Show Gist options
  • Select an option

  • Save Legends/666b8255b7642d7903d5d9a9dde392a4 to your computer and use it in GitHub Desktop.

Select an option

Save Legends/666b8255b7642d7903d5d9a9dde392a4 to your computer and use it in GitHub Desktop.
// ############################### COPY DIRECTORIES
// the source and destination folder should not end with a backslash `\`, this irritates robocopy --> error
robocopy "C:\Users\Admin\Source\Repos\legends.static.github.io" "C:\Users\Admin\Source\Repos\legends.static.github.io.copy" /S /ZB /COPY:DATS /XD "node_modules" "dist"
// ############################### MOVE DIRECTORIES --> XCOPY
robocopy "C:\Users\Admin\Documents\" "D:\SystemFolders\Documents" /S /ZB /COPY:DATS /MOVE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment