Discovered this one by accident!
The smart quote is what breaks it. The char[8221]. It’s fine without it. It hangs indefinitely with it.
reproduceable on v33.00.20 with no ini file/fresh run
Please DON’T remove the ability to setdos /c to %@CHAR[1] though. That command is very picky about which characters you can use. None over ASCII[128]! I was dealing with a situation where i wanted to parse a file with possibly every character...
Read more
Code:
setdos /x-3
setdos /c%@CHAR[1]
echo 100%%@CHAR[8221]
The smart quote is what breaks it. The char[8221]. It’s fine without it. It hangs indefinitely with it.
reproduceable on v33.00.20 with no ini file/fresh run
Please DON’T remove the ability to setdos /c to %@CHAR[1] though. That command is very picky about which characters you can use. None over ASCII[128]! I was dealing with a situation where i wanted to parse a file with possibly every character...
Read more