Created
January 10, 2022 10:10
-
-
Save Keith-Hon/0098bd40a208de2dc9217df457584845 to your computer and use it in GitHub Desktop.
Recursively rename files in windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forfiles /S /M *.ext1 /C "cmd /c rename @file @fname.ext2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment