If the first character is a semicolon, the loop will not be executed.
Therefore, the first token character must not be a semicolon.
Alternatively, the EOL must be set to empty.
Code: Select all
for /f tokens%%#=4%%#,8%%#,12%%#,16delims%%#=%%_%%# eol%%#= %%4 in ...