Firstly not sure if this is the right place for a question like this, but here goes.
I have a folder structure of
parentfolder/folder1/10-31-2010/file1.pdf
/folder2/10-31-2010/filey.pdf
/folder3/10-31-2010/filex.pdf
/foldern/10-31-2010/filen.pdf
I need to rename the date to 2010-10-31.
This is a once off thing that will only every happen on one the one parentfolder. But well over 10000 folders to apply this to.
From googling I see there are many file renaming tools, but I am not allowed to install any software on the server, nor am I allowed to move the folders off the server.
Any help would be appreciated.
If you want to do that from a
.batfile, you can use the DOSrencommand.This answer has an script in it that might help you.