Home > Windows Tips > > Using the time-saving FOR command
Win IT Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 


Using the time-saving FOR command


John Catania
10.18.2004
Rating: -3.07- (out of 5) Hall of fame tip of the month winner


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


You can save yourself a lot of time with repetitive tasks by using the FOR command in a simple batch file or using it directly from the command line. The help for this little command can be a bit daunting, but once you've learned what it is doing you'll be able to figure out creative ways to use it.

The command can be broken down into a few parts to simplify it:

  1. The FOR command itself.
  2. The switch (i.e. /F, /D, /L) that tells the command how to behave.
  3. The variable it will use in a command.
  4. The file-set, set, string, etc., it will use to get the variable.
  5. And, finally the command it will do.

A simple scenario where you would use the FOR command is to copy files to several servers in a domain. Instead of doing a manual copy you would do something like this:
FOR /f %i in (servers.txt) do (xcopy /ecify c:Source_files %ic$temp)

This example tells it to use the servers.txt file (that contains a list of servers) and make a copy of all of the files contained in the Source_files folder to the temp folder on each server. To use the FOR command in a batch program, specify %%variable instead of %variable. In the example, it would be %%i instead of %i if used in a batch file.

Rate this Tip
To rate tips, you must be a member of SearchWinIT.com.
Register now to start rating these tips. Log in if you are already a member.




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Windows Technology Updates, Reviews and Solutions

Laptop Discounts with free coupon codes, huge savings at Notebook Review

HomeNewsTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersIT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts