I am finding I have a regular task, that would benefit from an easier way.
I have a folder with a various number of PDF's
I need to create TXT files for each PDF with the same filename, and inside the TXT file write the filename less the file type.
I then need to move the PDF and associated TXT file into a folder of the same name.
At present I am manually creating the text file and adding the content, then using Files 2 Folders to folderise all the TXT files and finally manually drop the PDF's into the corresponding folder.
Preferably the Util will be in AHK as I want to learn how it is working so I can extrapolate for the future.
TIA.