I am trying to make a button which can trigger multiple copy commands simultaneously. I had no luck with the @async function.
My command lines look like these:
COPY WHENEXISTS=skip QUEUE UNATTENDED=yes UPDATEALL "my FTP site" TO "my NAS drive"
COPY WHENEXISTS=skip QUEUE UNATTENDED=yes "Local folder" TO "my NAS drive"
I also tried to build custom commands and add them to the command line - without luck.
I must do something wrong but I am too stupid to figure out what.