0024154: Wrong result of CUT operation
[occt.git] / samples / qt / IESample / run.bat
CommitLineData
63fb818e 1call "%~dp0env.bat" %1 %2 %3
cf236913 2
aea58b16 3set "BIN_DIR=win%ARCH%\%VCVER%\bind"
4
5IF ["%CASDEB%"] == [""] (
6 set "BIN_DIR=win%ARCH%\%VCVER%\bin"
cc5ac00d 7)
cf236913 8
aea58b16 9if not exist "%~dp0%BIN_DIR%\IESample.exe" goto ERR_EXE
cf236913 10
11echo Starting IESample .....
aea58b16 12"%~dp0%BIN_DIR%\IESample.exe"
cf236913 13
14goto END
15
16:ERR_EXE
aea58b16 17echo Executable %~dp0%BIN_DIR%\IESample.exe not found.
cf236913 18echo Probably you didn't compile the application.
19pause
20goto END
21
cc5ac00d 22:END