Too many commands, button will stop in middle?

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?

Using Go and Select All to change what gets copied won't work.

Do all the copies like your FILE="coll://USB*" line.

Leo, thank you! Sorry i didn´t see this, but now it looks quite obvious. Now i have a button, which can perform various recurring copying actions in one go, that´s amazing, again.