The green part is the older code, which works perfectly, but i tried to expand it to also copy files from two collections (red part) to it´s counterparts on an USB drive.
@set fdate={date|dd'-'MMM'-'yy}
Go "N:\Progs"
select all
Properties Setcolor=normal
Copy FILE="coll://USB*" TO="N:\Progs" CREATEFOLDER="{$fdate}"
Properties FILE="N:\Progs{$fdate}" SETCOLOR="bold"
Set Sortby=created
Set Sortreverse=on
Go coll://Filme
select all
COPY * TO N:\Filme
Go coll://Music2
select all
Copy * TO N:\Musik
Go refresh all
How could this work?