Hello. There are a bunch of tga files (3620) that need to be renamed as:

test001 ... ... test3620

How can this be done? Is it possible to do this via cmd / powershell or are there programs that allow you to do this?

    1 answer 1

    To work with files, use the total commander file manager. There is a standard group rename function:

    enter image description here

    You go to the folder ---> press ctrl + a (select all files) ---> press ctrl + m (group rename) ---> set the template as in the screen (test [C]) ---> click to execute.

    • Thank you very much for the answer! - aloe