Hello,
I need to make script who change name of new files.
I have folder where I make files and I want add to this files _date.
For example:
Today I make files:
file1,file2,file3
Script must rename this files and add to it date: file1_02062020,file2_02062020,file3_02062020
Next day I make new files: file1,file2,file3 and script renames it for: file1_03062020,file2_03062020,file3_03062020
And more at other day.