Skip to content

Instantly share code, notes, and snippets.

@aladine
Created September 28, 2015 01:49
Show Gist options
  • Save aladine/cb8fa0908bc2fa2a67c6 to your computer and use it in GitHub Desktop.
Save aladine/cb8fa0908bc2fa2a67c6 to your computer and use it in GitHub Desktop.
Copy files to SVN folder
ECHO OFF
::CMD will no longer show us what command it’s executing(cleaner)
COPY /Y D:\FX\trunk\subfolder D:\trunk\subfolder
:: /Y means overwrite if there is any file exist
PAUSE
COPY /Y D:\FX\trunk\ D:\trunk\
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment