I'm trying to rename a list of 470 files with the name p01
, p02
etc to a specific name for each file. So I've got a list (.txt or .xls) in the correct order for those filenames, but I'm unable to figure out a for loop to rename this in a batch.
I've checked other threads on this forum and Google, but unable to get the result i need.
Hopefully someone has a solution for this... Python or cmd window are both possible.
So in short:
p01.pdf --> Blabla.pdf
p02.pdf --> Othertext.pdf
....