Created
December 7, 2012 04:07
-
-
Save patricksimpson/4230691 to your computer and use it in GitHub Desktop.
Copies the base to the project folder for me... Windows Batch Script
This file contains 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 | |
xcopy /Y f:\base.css C:\webroot\AIS-PS\Dev\vNext\Application\CNBTablet\CNBTabletApp\Content\base.css | |
echo "done." | |
ping 123.45.67.89 -n 1 -w 3000 > nul |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment