I am wondering if there is a way to set a variable in the naming of a file during backup so that the naming of the file gets the current date and puts it in the file name. Example: File_Name_11202009.zip
R/ Bill
New: Pinta (Apr 21, 2026), Platform 30.4 (Apr 28, 2026)
1,400+ portable packages, 1.2 billion downloads
PortableApps.com is operating at a loss. Please donate if you can!
Set the backup filename to:
filename_@date@
and it will give you filename_2009-11-20
neutron1132 (at) usa (dot) com
That's what I was looking for... thanks.