Copy and overwrite files using scripts

Hello, I wonder if it is possible using scripts to copy files en let them overwrite older files without having te confirm the overwrite.

For example using "Clipboard Paste" and then somthing like "/Shift"
Of course Shift does not work, but there maybe an other possibillity.

Thank you.
Ron Doomen

You can when copying via the Copy command.

e.g. The Copy Files and Move buttons on the default toolbars, as well as actions like drag & drop between two Opus windows, all use the Copy command and can be edited to add a WHENEXISTS=replace argument. (You can make it so it only happens when holding Shift as well.)

Pasting files from the clipboard do not, however. That uses the Clipboard command which does't currently have a similar option.