Search code examples
windowspowershellcmdbatch-rename

Rename multiple files on Windows


I have files with standarized names like:

img_db_DD-MM-YYYY.dat

So I want to rename them to this:

img_db_YYYY-MM-DD.dat

How can I achieve that? I have seen how to rename multiple files with CMD but I don't know how to do this particular case.


Solution

  • I don't think you can achieve that in Windows explorer. The two options are:

    1. Use Powershell. This will require programming though.
    2. Use Bulk Rename Tool, http://www.bulkrenameutility.co.uk/Download.php Its completely free and can make the changes you're looking at.