Created
June 21, 2010 15:13
-
-
Save crallen/446986 to your computer and use it in GitHub Desktop.
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 | |
REM Batch file used for task scheduler, calls Ruby script | |
C:\Ruby\bin\ruby.exe reset_build_numbers.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See http://gist.github.com/446976 for the ruby script that this uses.