sbsv2/raptor/bin/sbs.bat
changeset 155 e65788ec4aa9
parent 149 d082b140eb98
parent 113 3d2908a2186b
child 182 085d88c7230a
equal deleted inserted replaced
154:608cc482dea8 155:e65788ec4aa9
    21 
    21 
    22 @REM Automatically find SBS_HOME if it is not set
    22 @REM Automatically find SBS_HOME if it is not set
    23 @IF NOT "%SBS_HOME%"==""  goto foundhome
    23 @IF NOT "%SBS_HOME%"==""  goto foundhome
    24 @SET RAPTORBINDIR=%~dp0
    24 @SET RAPTORBINDIR=%~dp0
    25 @SET WD=%cd%
    25 @SET WD=%cd%
    26 @cd %RAPTORBINDIR%\..
    26 @cd /d %RAPTORBINDIR%\..
    27 @SET SBS_HOME=%cd%
    27 @SET SBS_HOME=%cd%
    28 @cd %WD%
    28 @cd /d %WD%
    29 :foundhome 
    29 :foundhome 
    30 
    30 
    31 @REM Use the python set by the environment if possible
    31 @REM Use the python set by the environment if possible
    32 @SET __PYTHON__=%SBS_PYTHON%
    32 @SET __PYTHON__=%SBS_PYTHON%
    33 @IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python264\python.exe
    33 @IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python264\python.exe