Just what the title says. A simple bat file to update svn and run an automated build.

update.bat

set ROADMAP_PATH=c:\roadmap

svn update %ROADMAP_PATH%
cd %ROADMAP_PATH%\scripts
call DeployRoadmap.bat

Thanks Justin.