Rename file by transposing text
Posted: 29 Mar 2016 18:20
Hello, I have some files that are named like
I want to transpose or swap the text part with the number part so it'll look like
The dash "-" isn't important. What's the easiest way of doing this?
Code: Select all
A Video File-01.mp4
Another, A Video File-105.mp4
Yet Another, A Video File-568941.mp4
Code: Select all
01 A Video File.mp4
105 Another, A Video File.mp4
568941 Yet Another, A Video File.mp4