hi
I want to rename a file to be called current_month.csv where current_month is a numerical value (e.g Jan is 1, Feb is 2 etc) Before copying it.
I have this below which does exactly that, except it names the file the whole date and i only want the month.
please help me to edit this
DeleteFile>C:\company_test\ready\*.*
FileDate>C:\company_test\export1.csv,current_date
Let>thing=%current_date%
Let>filename=%thing%.csv
CopyFile>C:\company_test\export1.csv,C:\company_test\ready\%thing%.csv
[/i]