Skip to content

Instantly share code, notes, and snippets.

@halityurttas
Created February 18, 2021 20:42
Show Gist options
  • Select an option

  • Save halityurttas/00475db9f587899c8fb9bb7247f0766e to your computer and use it in GitHub Desktop.

Select an option

Save halityurttas/00475db9f587899c8fb9bb7247f0766e to your computer and use it in GitHub Desktop.
rename with prefix
for %a in (*.*) do ren "%a" "prefix - %a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment