Copy a file, append the date to the file name?

To enhance following code, i´d like to append the date (dd'-'MMM'-'yy) to the filename

Copy "C:\Users\Public\Startups\ac'tivAid\settings\Hotstrings.ini" TO "N:\RTFs\Hotstringsini" Go "N:\RTFs\Hotstringsini" OPENINRIGHT

So, for instance, "hotstrings.ini" would be renamed to "hotstrings-05-Apr-13.ini". How can i
achieve that?

Rename "C:\Users\Public\Startups\ac'tivAid\settings\Hotstrings.ini" TO "N:\RTFs\Hotstringsini\Hotstrings-{date|dd-MMM-yy}.ini" Go "N:\RTFs\Hotstringsini" OPENINRIGHT

Copy "C:\Users\Public\Startups\ac'tivAid\settings\Hotstrings.ini" TO "N:\RTFs\Hotstringsini" AS "Hotstrings-{date|dd-MMM-yy}.ini" Go "N:\RTFs\Hotstringsini" OPENINRIGHT

Sorry, I was wrong with my solution because it wouldn't copy but move the file.

Thanks you both! Once again, i was thinking much too complicated, with what i have tried. :unamused: :smiley: