home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / for.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  319 b   |  7 lines

  1. FOR %%variable IN (set) DO command                -------- BATCH format 
  2. FOR %variable IN (set) DO command                 -------- interactive format
  3.  
  4. Controls iteration (looping) of a command using values from set. The 
  5. parentheses around <set> are required. See the BATCH_COMMANDS topic for 
  6. more information.
  7.