CMD, 21, by unclemeatCMD, 21, by unclemeat
set /a!!"echo>>tfile" Repeating the set /a trick and ! operator is reducing the search space for otherwise a tough nut to crack.
I'm not too sure how set /a works, but when I evaluate set /a "tfile", it returns 0. Not sure if all strings evaluates to 0, but in this case, we end up evaluating (!!0) >> 0, which is 0.