Created
February 18, 2021 20:42
-
-
Save halityurttas/00475db9f587899c8fb9bb7247f0766e to your computer and use it in GitHub Desktop.
rename with prefix
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
| 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