How to rename a big collection of files numerically, ordered based on "Date modified"?

10,946

Solution 1

Sort by date modified, highlight all images, right-click first image, and hit rename. Type the name such as test and they will rename in order starting with test (1), test (2), etc. Do this all the time for hyperlapse.

Solution 2

Bulk Rename Utility can probably achieve what you want. It has a lot of features so be sure to check out the docs and faq.

Share:
10,946

Related videos on Youtube

Saleh Feek
Author by

Saleh Feek

Updated on September 18, 2022

Comments

  • Saleh Feek
    Saleh Feek over 1 year

    I am using Windows 7;

    I have about 1400 small images of type: *.png

    Each image has a random name, but it has a specific date it was created at; that is "Date modified".

    What I need to do is to re-name all of the images like this:

    1.png
    2.png
    3.png
    ...
    ...
    1400.png

    So that image: 1.png is the oldest one compared to its "Date modified", whereas the image 1400.png is the newest one compared to its "Date modified".

    How to achieve this with the lowest cost?

  • Saleh Feek
    Saleh Feek over 8 years
    Nice, I used your answer, and I removed the word test and the brackets () using Bulk Rename Utility so that the result is only the number 1.png, 2.png, ect; Thanks