2 Jul
2024
2 Jul
'24
10:36 a.m.
after some digging, you could use: ``` echo:| set /p ... ``` to have a genuine crlf string as input to SET command (don't add spaces to the LHS of the pipe) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5968#note_74900