Copy options issue

Hi

I have a button to make a copy from a collection to a folder with this command:

COPY "coll://result" TO "C:/shortcuts" WHENEXISTS=merge,keepnewer

What I want is to copy from the collection new and non-existent files in the destination folder, but DO keeps copying the files to

C:\shortcuts\result. It recreates the collcetion name inside the destination folder. I want to copy directly to C:\shortcuts

coll://result/* instead of coll://result

thanks