OpenTTD/projects/regression.bat

7 lines
180 B
Batchfile
Raw Normal View History

2018-12-31 01:06:28 +01:00
cd ..\bin
editbin /nologo /subsystem:console openttd.exe
cscript /nologo ai\regression\run.vbs
set RESULT=%ERRORLEVEL%
editbin /nologo /subsystem:windows openttd.exe
exit %RESULT%