Is it possible to rename files in folder on basis of folder name?
For example I have a folder named "Folder" with files and I need all the files in it to be renamed as
Folder 0001
Folder 0002
....
Folder 000N
Thank You!
Is it possible to rename files in folder on basis of folder name?
For example I have a folder named "Folder" with files and I need all the files in it to be renamed as
Folder 0001
Folder 0002
....
Folder 000N
Thank You!
Use the rename dialog in advanced mode and set it up like one of the following screen shots (one keeps file extensions, the other doesn't).


Or command line:
Rename to="{parent}.{ext}" FILEINFO NUMBER=001 AUTORENAME