sbsv2/raptor/bin/sbs_filter.bat
branchwip
changeset 339 66bd520416ef
parent 336 a2b6ca74ba48
equal deleted inserted replaced
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 "%~dp0\sbs_env.bat"
    19 
    19 
    20 @REM Run with all the arguments.
    20 @REM Run with all the arguments.
    21 @bash %SBS_HOME%\bin\sbs_filter %*
    21 @bash %SBS_HOME%\bin\sbs_filter %*
    22 
    22 
    23 @ENDLOCAL
    23 @ENDLOCAL