home *** CD-ROM | disk | FTP | other *** search
- FOR %%variable IN (set) DO command -------- BATCH format
- FOR %variable IN (set) DO command -------- interactive format
-
- Controls iteration (looping) of a command using values from set. The
- parentheses around <set> are required. See the BATCH_COMMANDS topic for
- more information.
-