What you need to do is combine data extracted from the file, with the current filename macro @inputfilename@ or @fullinputfilename@, and manipulate this with 1 or more search/replaces into a CMD.EXE file renaming batch file, in the form of
Code: Select all
ren "original filename" "new filename"
ren "original filename" "new filename"
Code: Select all
|--Input from file(s)
|
|--EasyPattern [date: [capture(2 digits) as 'month','-',capture(2 digits) as 'day','-',capture(2 digits) as 'year']] with [ren "@fullinputfilename@" "@year@-@month@-@day@.txt"\r\n]
| [X] Extract matches
|
+--Merge output to file rename_files.bat