Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1081 → Rev 1082

/svarcom/trunk/lang/en-utf8.txt
87,7 → 87,7
18.0:Runs a specified command for each file in a set of files.
18.1:FOR %variable IN (set) DO command [parameters]
18.2:%variable A replaceable parameter name. (single letter)
18.3:(set) One of more space-separated strings or filename wildcards.
18.3:(set) One or more space-separated strings or filename wildcards.
18.4:command The command to carry out for each matched file.
18.5:parameters Parameters or switches for the specified command.
18.6:To use FOR in a batch program, use %%variable instead of %variable.