On Tue Jul 2 10:52:42 2024 +0000, eric pouech wrote:
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)
Can you give me an example, as it does not work in windows