echo on
SET SCRIPTSROOT=c:\scripts
REM Location of SourceSafe executables
SET SOURCESAFELOC=C:\Program Files\Microsoft Visual Studio\Common\VSS\win32;C:\Program Files\Microsoft Visual Studio\VSS\win32;E:\Visual_SourceSafe_6.0c\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\Content
cd %scriptsroot%
md logs
ss get -r $/Test/scripts/* -I- >  %scriptsroot%\logs\syncscripts.log

cd c:\build
md logs
ss get -r $/Test/build/* -I- >>  %scriptsroot%\logs\syncscripts.log