rd /S /Q build if errorlevel 1 goto Error rd /S /Q cipres if errorlevel 1 goto Error REM svn checkout %SVN_ROOT%/trunk/cipres svn checkout %SVN_ROOT%/branches/properties_cleanup/cipres if errorlevel 1 goto Error call cipres\cipres-build-scripts\build-for-windows\makeCipres.bat if errorlevel 1 goto Error call cipres\cipres-build-scripts\build-for-windows\installCipres.bat --enable-test if errorlevel 1 goto Error :Exit echo Nightly build was successful. exit /B 0 :Error echo Error in nightly build. exit /B 1