Renumbering files and sort sequence due to creation of files
Posted: 2017-01-27 11:25:55
I create in a folder subsequently some files with different filenames which I want to enumerate from one to nn according to the creation time.
When I open this folder with Windows Explorer 10, the files are sorted by filename. They are in the desired sequence, when I sort it according the creation date.
When calling ANT and select this folder, the files are also shown sorted by filename (and not by creation date). I surely can add a column which shows the date and then I can click on it to sort my files as desired.
But how can I do this, when I create a batch file (.arb) which I add to the windows explorer to execute it by a rmb klick? The Batch file adds the desired number to all files in the folder but according to the sorted filename and not the creation date.
Thank you for your help!
When I open this folder with Windows Explorer 10, the files are sorted by filename. They are in the desired sequence, when I sort it according the creation date.
When calling ANT and select this folder, the files are also shown sorted by filename (and not by creation date). I surely can add a column which shows the date and then I can click on it to sort my files as desired.
But how can I do this, when I create a batch file (.arb) which I add to the windows explorer to execute it by a rmb klick? The Batch file adds the desired number to all files in the folder but according to the sorted filename and not the creation date.
Thank you for your help!