Software
>>
OS
>>
Windows
>>
Command Line
>>
For
>>
How to use for to rename multiple files with same pattern
eg. rename
-
to
-
for /f "tokens=1,2 delims=-" %a in ('dir /b') do rename %a-%b p%b
Please enable JavaScript to view the
comments powered by Disqus.