diff -r 681b6bf8a272 -r e07c3e796b50 sbsv2/raptor/bin/sbs.bat --- a/sbsv2/raptor/bin/sbs.bat Mon Jan 18 14:28:09 2010 +0000 +++ b/sbsv2/raptor/bin/sbs.bat Mon Jan 18 14:33:29 2010 +0000 @@ -23,9 +23,9 @@ @IF NOT "%SBS_HOME%"=="" goto foundhome @SET RAPTORBINDIR=%~dp0 @SET WD=%cd% -@cd %RAPTORBINDIR%\.. +@cd /d %RAPTORBINDIR%\.. @SET SBS_HOME=%cd% -@cd %WD% +@cd /d %WD% :foundhome @REM Use the python set by the environment if possible