RE: Batch. The Ultimate Tutorial. 07-30-2011, 11:02 AM
#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?
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)