5 lines
48 B
Batchfile
5 lines
48 B
Batchfile
|
@echo off
|
||
|
|
||
|
call build.bat
|
||
|
build\eco2d.exe -v %*
|