Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
REMREM This batch file sets up the runtime environment for the java applicationREM that interrogates the Release Manager for the UTF data.REM It then calls the application with the rtag ID passed in as the argument.REMREM e.g. doScrape.bat 30083set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_38set PATH=%JAVA_HOME%\bin;%PATH%set classpath=C:\ClearCase\TeamCity\bin;C:\ClearCase\TeamCity\jars\ojdbc6.jarcd C:\ClearCase\TeamCity\binjava Aggregator %1