The for
command accepts options when the /f
flag is used. Here's a list of options that can be used:
delims=x
Delimiter character(s) to separate tokens
skip=n
Number of lines to skip at the beginning of file and text strings
eol=;
Character at the start of each line to indicate a comment
tokens=n
Numbered items to read from each line or string to process
usebackq
Use another quoting style:
Use double quotes for long file names in "files"
Use single quotes for 'textStrings'
Use back quotes for `command`