26 Jan
2026
26 Jan
'26
9:01 a.m.
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) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9946#note_127989