

# PowerShell script to rename multiple files within a folder to a

Here is the script I wrote: # filename: bulk_file_rename.ps1 I take hundreds of photos and the camera names them IMG1234.JPG etc. Now I can use it whenever I need to batch process file renaming. In my research I decided to write a script with PowerShell instead. didn't like the parentheses that windows puts in when you rename in bulk.
