Incorrect Rem line behaviour in batch file
Posted on 2014-02-11, 19:43
Just wanted to report an incorrect behaviour running a DOS batch file in Dosbox 0.74 under Windows 7 64 bit Ultimate. The following batch file creates a 0 byte temp.txt file even though the line is remarked out. The status window displays Shell:Redirect output to temp.txt @ECHO off IF EXIST temp.txt …