Minor niggle with DOSBox ECHO command
Posted on 2010-06-10, 16:35
When I put several ECHO's in a batch file, like so: @ECHO Here is @ECHO a test output @ECHO from some echo @ECHO commands in a @ECHO batch file. ... DOSBox's ECHO will insert a blank line in between each echo, so it ends each echo with *two* newlines. This is wrong, I believe, and if I run the same …