Files
XCEngine/MVS/VolumeRenderer/run.bat

4 lines
58 B
Batchfile
Raw Normal View History

@echo off
cd /d "%~dp0"
Release\XCVolumeRenderer.exe
pause