27 Jan
2026
27 Jan
'26
3:36 a.m.
On Tue Jan 27 03:36:24 2026 +0000, eric pouech wrote:
a test should be needed for testing, you could try to use (not fully tested): start /B /WAIT /d "foo" cmd /s /c "if /I "%cd%"=="foo" (exit 0) else (exit 1)" (replace foo by a path that exists) and check command return status (it should 0 upon success, and 1 if failure) done.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9946#note_128084