File renaming utility with specific requirement

deltaforce

Member
Sep 1, 2012
69
0
0
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.
 

taq8ojh

Golden Member
Mar 2, 2013
1,296
1
81
While I don't think such utility exists, I believe someone proficient with Powershell could come up with a script that would do it.
 

postmark

Senior member
May 17, 2011
307
0
0
Should be trivial in Perl or Python. But you may have to run it manually or on a timer
 

WhoBeDaPlaya

Diamond Member
Sep 15, 2000
7,415
404
126
I've been using Better File Rename for a couple of years now and am extremely happy with it.
 

oynaz

Platinum Member
May 14, 2003
2,449
3
81
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.