Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Windows >> Command Line >> For >> How to use FOR to loop thru and process each file in a directory

eg you have a batch command process.bat which expects 1 file parameter and the target directory is c:\dir for /F "tokens=1 delims= " %i in ('dir /B c:\dir') do @process.bat %i to cater to files with spaces in them for /F "delims==" %i in ('dir /B c:\dir') do @process.bat %i
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]