Files @ r23782:e8d9dea85eca
Branch filter:

Location: cpp/openttd-patchpack/source/projects/regression.bat

translators
Update: Translations from eints
swedish: 49 changes by daishan
spanish: 80 changes by lpenap
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%