<div>Resolve issue where for /D with zero iteration reports errors,</div><div>both trying to execute do.exe and reporting file not found if</div><div>there is a file match to the wildcarded set.</div><div><br></div><div>The fix for 27894 (for /L with no iterations) only fixed a specific</div>
<div>case of zero iteration for loops, and investigations on 27934 shows</div><div>the problem is there for other versions too. Reimplement the fix as</div><div>a more generic solution - if we do not execute the do logic when</div>
<div>processing the set, we have to skip the do loop in order to</div><div>calculate the end so we can move on.</div><div><br></div><div>[BUG 27934]</div><div><br></div>