Code: Select all
a -r -x@c:\ex.txt "c:\Users\LongPath\Archive\%N_%|$DATE|%.zip" "%N\*"
When I added an extra dot - the issue resolved and an archive file created with zip extension
Corrected version with double dots at the ZIP
Code: Select all
a -r -x@c:\ex.txt "c:\Users\LongPath\Archive\%N_%|$DATE|%..zip" "%N\*"