@ECHO OFF REM REM File:: aggregate_toolstester.bat REM Description:: Launches Cruise Control Server REM REM Author:: Derek Ward REM date:: 08th March 2011 CALL %RS_TOOLSROOT%\bin\setenv.bat set CC=CruiseControl REM ======>START SERVER pushd %RS_TOOLSBIN%\CruiseControl "%RS_TOOLSBIN%\%CC%\ccnet.exe" -config:%RS_TOOLSCONFIG%\%CC%\aggregates\aggregate_toolstester_root.xml popd pause REM ===>CRUISE CONTROL EXIT