Skip to content

Instantly share code, notes, and snippets.

@patricksimpson
Created December 7, 2012 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patricksimpson/4230691 to your computer and use it in GitHub Desktop.
Save patricksimpson/4230691 to your computer and use it in GitHub Desktop.
Copies the base to the project folder for me... Windows Batch Script
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