Updated to v0.3.8:
- new option "PT" to pass through parameters to internally used DO commands
Like in jhrs110s case, you can use "PT" to pass options like "WHENEXISTS=skip" through to the native DO commands.
Make sure this option always goes last in your command line, since it is a raw parameter.
The following command..
ClipboardEx PASTETOFOLDERS PT=WHENEXISTS=replace
..will end up in severals calls to
Copy TO=<folder-chosen-by-clipboardex> WHENEXISTS=replace
and thereby prevent the various "File already exists" dialogs.
What commands are used internally depends. At least for all the PASTETO/FROM.. options it is Copy right now. Things might change, if in doubt read the script or ask! o) The new "PT" option is a quick way to increase versatility without adding two dozens more switches to ClipboardEx itself. Thanks for your interest. o)