WHENEXISTS=skip still asks me for confirm folder merge - how to avoid it?

I build this command and then run it

    "COPY FILE" +
    " " +
    "\"" + archivefiles(i) + "\"" +
    " " +
    "EXTRACT HERE UNATTENDED=yes WHENEXISTS=skip CLEARREADONLY=yes";

and it runs perfectly.

When I run it again I will be asked for "confirm folder merge / the destination already contains a folder named .. "

How can I avoid this (does WHENEXISTS=skip not work for folders - only for files?)?

Thanks!

OK, ... found it

WHENEXISTS=skip,merge

:wink: