4 lines
64 B
Batchfile
4 lines
64 B
Batchfile
|
@echo off
|
||
|
cd /D "%~dp0\bin\Release"
|
||
|
x264_launcher.exe --console
|