by Jakov » Sun Jan 26, 2025 12:17 pm
Thanks, but as I know that Rename-Pairs requires custom pattern
OldName.extension | NewName.extension
Ex: Track001.mp3|Headlong.mp3
It's not what I want, I want to find and replace certain words in file name
suppose the file name is "Back up your personal data to prevent data loss", so I want search for "personal" and "data" and replace it with "unique" and "info" and so on.
making csv file with only old and new words doesn't work with Rename-Pairs such as
personal,unique
data,info
So how to fulfills my requirement?
Thanks