Files @ r24170:83286a5bd213
Branch filter:

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

duck
Fix #8102: Update Windows installer strings to reference newer Windows version (#8114)

* Fix #8102: Update Windows installer strings to reference versions newer than 7

* Fix 2c53390: Version strings incorrectly capitalised
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%