Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Using "for" in batch files  (Read 3956 times)

0 Members and 1 Guest are viewing this topic.

Inquirer Alex

  • Guest
Using "for" in batch files
« on: April 17, 2004, 05:13:19 AM »
 :o Can somebody show me an example about using "for" loops in an batch file?
I have found the following generic sentence in an old MSDOS quick guide:

FOR %%variable  IN (SET) DO (command)