Skip to content

Instantly share code, notes, and snippets.

@Keith-Hon
Created January 10, 2022 10:10
Show Gist options
  • Save Keith-Hon/0098bd40a208de2dc9217df457584845 to your computer and use it in GitHub Desktop.
Save Keith-Hon/0098bd40a208de2dc9217df457584845 to your computer and use it in GitHub Desktop.
Recursively rename files in windows 10
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