• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

File renaming utility with specific requirement

I have a certain folder structure to store my research articles. I am looking for a utility that will rename/append the file name with the name of the folder, including parent folder upto 2 levels up.

This should be the set rule and as soon as I put any file in that folder, it automatically appends the file name without me invoking any command or program.

I wonder if there is any such utility available.


If not,
which renaming utility will let me do that by invoking once in a while, and ignore the files that have already been appended.

Thanks in advance.
 
While I don't think such utility exists, I believe someone proficient with Powershell could come up with a script that would do it.
 
The easy way to do it is to write a script which does what you want (trivial in any language - PowerShell is the obvious choice since Windows comes with it), and use the Windows Scheduler to run it silently once a minute or so.
 
Back
Top