Hey guys, I'm not sure if this is possible, but I need to rename 140 files in bulk, like this:
File name example - The Power of Tableau's Geographic and Image Roles #Tableau Course #125.mkv
I need to change them to a sequence like:
FROM
The Power of Tableau's Geographic and Image Roles #Tableau Course #125.mkv
TO
125 The Power of Tableau's Geographic and Image Roles.mkv
I can use regex (regular expression) to clean up (clear option) the end of the file that is like - #Tableau Course #, using the regex command " #Tableau Course #\d\d\d", but I don't know how to put this final number at the beginning of the file name, in the example above it would be 125:
The Power of Tableau's Geographic and Image Roles.mkv
Any ideas, is this possible?
If it is possible, since there are 140 files, the numbering goes from 1 to 140, could it be something like 001, 003, ..., 010, ..., 099, ..., 140?
Thank you very much for the help.
If it's not possible, is there any program that can do this?
Regards,
DruidCtba.
File name example - The Power of Tableau's Geographic and Image Roles #Tableau Course #125.mkv
I need to change them to a sequence like:
FROM
The Power of Tableau's Geographic and Image Roles #Tableau Course #125.mkv
TO
125 The Power of Tableau's Geographic and Image Roles.mkv
I can use regex (regular expression) to clean up (clear option) the end of the file that is like - #Tableau Course #, using the regex command " #Tableau Course #\d\d\d", but I don't know how to put this final number at the beginning of the file name, in the example above it would be 125:
The Power of Tableau's Geographic and Image Roles.mkv
Any ideas, is this possible?
If it is possible, since there are 140 files, the numbering goes from 1 to 140, could it be something like 001, 003, ..., 010, ..., 099, ..., 140?
Thank you very much for the help.
If it's not possible, is there any program that can do this?
Regards,
DruidCtba.
Statistics: Posted by DruidCtba — 2024-04-21, 22:36 UTC