Please can you help. How can I rename pdf files to include the parentfolder name as the prefix, and adding DRAFT as a suffix?
For example, for parent folder name \ABCDEF:
xyc123.pdffgh456.pdf
I would like it to look like this \abcdef:
abcdefDRAFT.pdfabcdefDRAFT.pdf
Each pdf is always unique, and each folder is always unique.
I just need the corresponding .pdfs in each folder to match the folder name.
I am new to scripting, and I would like to write and run the script using notepad
(I am not able to download any 3rd party software). Thank you.