Closed Adam-Kay closed 10 months ago
If I need newline characters, I can use this trick.
Using findstr
with keyword "body", and then %body:~11,-1%
to trim the excess. Then using the newline trick with a replace on \r\n
will be enough to make it display properly
Solved as of c339f51, looks like so:
It might change in future if it ends up feeling cluttered, but at least it's there.
Originally posted by @Adam-Kay in https://github.com/Adam-Kay/Batch-Encoder/issues/11#issuecomment-1839549375