Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Created February 25, 2011 17:14
Show Gist options
  • Save dpritchett/844111 to your computer and use it in GitHub Desktop.
Save dpritchett/844111 to your computer and use it in GitHub Desktop.
xcopy.cmd
@echo Copying changed files
@xcopy \\webservername\d$\screwturn_wiki h:\screwturn_backup /E /Y /X /K /D
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment