for /f... and "delims=" ensures that no delimiters are applied so the output from the command is not altered.
Oh .. that makes sense now, thanks foxidrive. I was reading it 'use default delimiter'. Thanks again, great forum.
for /f... and "delims=" ensures that no delimiters are applied so the output from the command is not altered.