You are not logged in.
Hi, first of all thank for your rename program, it helps me a LOT!
My problem is this: I have some programs that run concurrently (but indipendently each other) and every a certain amount of iteration they produce a "dump" of result.
They save files in different folder and names they use are (for sake of simplicity) quite random.
I would like to rename (possibily serialize) in the same order they have been dumped (chronological).
I'm not a programmer... and I have not been able to write a satisfactory set of rules.
Your help will be really appreciate.
Thak in advance
Alessandro
Offline
Hi Alessandro,
You can use their "creation" OR "last modification" dates and put them into the filename. The easiest way to do this is by using Meta Tags. Open "Insert" rule, and find a button "Insert Meta Tag". In the new dialog, you will need to select File_DateModified or File_DateCreated tag. ReNamer will automatically replace it with the date-time from each file (on preview). The format of the date-time tags can be configured in the Settings (main menu).
For example, "yyyy-mm-dd-hh-nn-ss" format will allow chronological sorting. This format stands for "Year-Month-Day-Hour-Minutes-Seconds".
Offline
Thank for the prompt answer, It works! Thank you again!!! You don't know how much time you've make me to save!
Offline