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 loop to rename all files with multiple words separated by a delimiter like dash and inserting additional word in the middle of the name

For example files named xx-yy-zz.ext to rename as xx-something-yy-zz.ext for /F "tokens=1-3 delims=-" %a in ('dir /b *-*-*.ext') do rename %a-%b-%c %a-something-%b-%c
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]