equal
deleted
inserted
replaced
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\python252\python.exe |
33 @IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python252\python.exe |