Well, two problems and two solutions.
Two Problems:
1st: how should my Application know wich file you want to rename?
2nd: has mentioned wraith808, open files cannot be renamed.
Solution 1: if i know how to solve 1st problem: use a copy command instead of file move.
Collect names that you renamed into a list.
Set this list to be deleted on a buttonpress or on next OS reboot.
Solution 2: I could write a Pdf Viewer which let me set Filename. (needs a bit longer to code)
Question: Interested in one of my Ideas?
-KodeZwerg
Howdy KodeZwerg,
I wasn't actually expecting a response until 2019?
But problem 1 could be a drag and drop or browse to the particular file. That copy command works beautifully, yes even with the file open via command line or direct copying! Of course, now I am doing more than needs to be done just to rename it. I open the file to obtain the actual name of the document.
I think a quick and dirty app is all that is needed as opposed Solution 2.
So general workflow:
1. Open PDF file in Adobe Acrobat (of course other PDF viewers are options)
2. Most times I copy the general title of the file from the text within the file
3. Drag and Drop the file or browse to select it in the Rename Open File app
4. Have the option to type in or paste in the copied title
5. Instant billionaire for such a useful and simple Windows app
Thank you