Created
September 28, 2015 01:49
-
-
Save aladine/cb8fa0908bc2fa2a67c6 to your computer and use it in GitHub Desktop.
Copy files to SVN folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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