Created
May 7, 2014 17:59
-
-
Save mjdescy/a683c1bf880409bb9d5c to your computer and use it in GitHub Desktop.
Windows PowerShell Batch Rename Files
This file contains 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
dir | Rename-Item -NewName { $_.name -replace "OldText", "ReplacementText" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment