Subversion Repositories DevTools

Rev

Rev 4736 | Blame | Compare with Previous | Last modification | View Log | RSS feed

REM
REM This batch file sets up the runtime environment for the java application
REM that interrogates the Release Manager for the UTF data.
REM It then calls the application with the rtag ID passed in as the argument.
REM
REM e.g. doScrape.bat 30083

set classpath=.;..\jars\ojdbc6.jar

cd UtfAggregator\bin
java Aggregator %1