This method of parsing, included for compatibility with CMD.EXE, can be
cumbersome and inflexible. For a more powerful method, use FOR with
"@filename" as the set to retrieve each line from the file, as described in
the previous section. Then use variable functions like @INSTR, @LEFT,
@RIGHT, and @WORD to parse the line. |
|