Skip to content

Instantly share code, notes, and snippets.

@rahman541
Created October 19, 2017 05:22
Show Gist options
  • Save rahman541/96aab8c198395fac956bfb6716b15c3a to your computer and use it in GitHub Desktop.
Save rahman541/96aab8c198395fac956bfb6716b15c3a to your computer and use it in GitHub Desktop.
Rename file extension recursively. Example to jpg
for /R %%x in (*.*) do ren "%%x" *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment