@ECHO OFF REM REM File:: IntegrationReporter.bat REM Description:: Launches Cruise Control Server this is for other games to run other than the head, although the head could run it. REM REM Author:: Derek Ward REM date:: 10th June 2011 CALL %RS_TOOLSROOT%\bin\setenv.bat set CC=CruiseControl set PROJECT=integration_reporter set BRANCH=dev REM ======>START SERVER pushd %RS_TOOLSBIN%\%CC% ECHO %CD% "%RS_TOOLSBIN%\%CC%\ccnet.exe" -config:%RS_TOOLSCONFIG%\%CC%\%PROJECT%\%PROJECT%_root.xml popd pause REM ===>CRUISE CONTROL EXIT