Login Register


Batch. The Ultimate Tutorial. filter_list
Author
Message
RE: Batch. The Ultimate Tutorial. #7
(07-30-2011, 11:02 AM)chipp Wrote:
Code:
for %%a in (%a%,%b%,%c%) do ( echo texttexttext>%%a )

so %%a is not refer to 'a' variable we've set up? and the contain of %%a is defined within 'do' block?

Quote:The "in" specifies the the string that we are setting the variable "%%a" too

what's that supposed to mean?

I don't get your first question.

The second question, though, means that what is inside the parentheses after the "in" defines "%%a".
[Image: nNICR.jpg]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.

Reply





Messages In This Thread
Batch. The Ultimate Tutorial. - by Reverence - 07-05-2011, 07:05 PM



Users browsing this thread: 1 Guest(s)