For

Executes a command for each file in a set of files.

Syntax

 for %%variable in (set) do command [command-parameters] 

Parameters

 

Parameter

Purpose


%%variable

Specifies a parameter that the for command replaces with each text string in the specified set until all files have been processed.

(set)

Specifies files or text strings to process.

command Specifies the command to be executed in each file in the set.

 

[command-parameters]

Provides parameters to be used by the specified command.



Microsoft Windows XP Professional Administrator's Guide
Microsoft Windows XP Professional Administrators Guide
ISBN: 1931841969
EAN: 2147483647
Year: 2005
Pages: 358

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net