Overwrite when processing job queue

When copying\moving large files, I tend to queue them in a job. However, if the destination exists, then the job pauses and wait for the user to select replace, skip, etc.

Is there a way to automatically replace all files in the queue? It seems that I can only do it one by one.

Nevermind, one has to select the Unattended operation option and then select Replace. Problem solved.