Skip to content

Instantly share code, notes, and snippets.

@musicm122
Created November 28, 2011 19:41
Show Gist options
  • Save musicm122/1401700 to your computer and use it in GitHub Desktop.
Save musicm122/1401700 to your computer and use it in GitHub Desktop.
Generic bazar commit
@echo off
:: Preforms commit on Webs Directory
echo Starting Commit
echo bzr commit -m "Daily Commit for :%date%
cd C:\Webs\
bzr.exe commit -m "Daily Commit for : %date%"
pause
echo "Task Complete"
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment