Login Register


Batch. The Ultimate Tutorial. filter_list
Author
Message
RE: Batch. The Ultimate Tutorial. #5
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?
[Image: ap8g35.jpg]

Reply





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



Users browsing this thread: