echo on
REM Build root is the base directory of the build environment
SET BUILDROOT=c:\prophets

REM Location of SourceSafe executables
SET SOURCESAFELOC=C:\Program Files\Microsoft Visual Studio\Common\VSS\win32

REM Add Scripts directory and SS to Path
SET Path=%Path%;c:\scripts;%SOURCESAFELOC%

REM Must set source project directory
SET SSDIR=\\gameshare\share\bungie\prophets\Code

set srcproject=$/
ss cp %srcproject%

REM Check in changes.txt
cd %buildroot%\source
ss checkin $/changes.txt -I-

SET SSDIR=\\gameshare\share\bungie\prophets\Content

set srcproject=$/
ss cp %srcproject%

REM check in version.txt
cd %buildroot%\Test\Build
ss checkin $/Test/Build/version.txt -I-