summaryrefslogtreecommitdiff
path: root/projects/regression.bat
blob: db373c371b4dcc899de444664eed1b74429b7a15 (plain)
1
2
3
4
5
6
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%