Files
openttd-cmclient/projects/regression.bat
Pavel Stupnikov 68febec2a3 Add all the missing files
--HG--
branch : openttd
2019-02-15 02:26:04 +03:00

7 lines
180 B
Batchfile

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%