mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 00:34:27 +00:00
7 lines
180 B
Batchfile
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%
|