branch | wip |
changeset 339 | 66bd520416ef |
parent 336 | a2b6ca74ba48 |
child 342 | f0e42ff3359f |
338:9372474d4b07 | 339:66bd520416ef |
---|---|
13 @rem |
13 @rem |
14 @rem Description: |
14 @rem Description: |
15 @rem |
15 @rem |
16 |
16 |
17 @SETLOCAL |
17 @SETLOCAL |
18 @CALL sbs_env.bat |
18 @CALL "%~dp0sbs_env.bat" |
19 |
19 |
20 @REM Run Raptor with all the arguments. |
20 @REM Run Raptor with all the arguments. |
21 @%__PYTHON__% %SBS_HOME%\python\raptor_start.py %* |
21 @%__PYTHON__% %SBS_HOME%\python\raptor_start.py %* |
22 |
22 |
23 @ENDLOCAL |
23 @ENDLOCAL |