" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">
FOR Command
Purpose: Performs the FOR cycle.
Syntax: FOR %var IN (LIST) DO COMMAND
or
FOR [/?][/H[ELP]]
Parameters:
var - one-letter variable (a-z or A-Z),
LIST - list of arguments with standard separators,
COMMAND - DOS command. It can contain the string "%var", that will be
substituted for a value from the LIST.
/? or /H or /HELP - help.
Note: The LIST elements are considered to be files or directories first,
and then a text.