Paste button that automatically renames old file

Hello,
I am trying to make a button that when I paste a file and that file name is already there I would like it to automatically rename the old file. just like if I had pressed Alt+Shift
Any help would be greatly appreciated

The command you probably want is:

Clipboard PASTE COPYCOMMANDARGS "WHENEXISTS=renameold"

1 Like

worked like a charm, Thank you very much!