Files @ r24113:2f12c9d6363e
Branch filter:

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

Charles Pigott
Doc: [Script] Add a note about how wagon connectivity works for scripts
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%