4 lines
58 B
Batchfile
4 lines
58 B
Batchfile
|
|
@echo off
|
||
|
|
cd /d "%~dp0"
|
||
|
|
Release\XCVolumeRenderer.exe
|
||
|
|
pause
|