mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
7 lines
93 B
Batchfile
Executable File
7 lines
93 B
Batchfile
Executable File
@ECHO OFF
|
|
|
|
call %~dp0env.bat
|
|
|
|
@echo Starting VoxelDemo .....
|
|
start .\%BIN_DIR%\VoxelDemo.exe
|