10 Jul
2024
10 Jul
'24
12:49 p.m.
This is part XIX of cmd engine rewrite. It's the last MR (for now) for setting success/failure return code on internal commands. The remaining todo in this area are due to: - incompletly implemented builtin (eg: TYPE not handling multiple files, not wildcards; CHOICE missing a bunch of features; ...), - some commands (like START) being implemented as external executables, hence forcing RETURN CODE = ERRORLEVEL which is not always wanted, -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6041