SendTo buttons?

Is it possible, in DOpus, to have single items from the Windows Explorer context-menu SendTo sub-menu be defined as DOpus tool-bar buttons?

Probably... It might depend on the type of item you have in mind.

Thank you. I meant if it is possible to somehow pick items from the SendTo menu and transform them to DOpus buttons. This would be very handy.

Probably... It might depend on the type of item you have in mind.

i.e. Is it a folder, or a program or what?

How about moving selected files to a predefined specific folder?

Go to settings/file types and select All Files and Folders then edit then click the context menu tab and enter something like

Copy MOVE TO "D:\Mine\Photos\!Queue"

Of course "D:\Mine\Photos!Queue" is just an example of a folder to move the selected items to.

I should also mention you can use the above command in a button in addition to a context menu.

Copy MOVE TO "D:\_Archive ablegen\!Queue"

Error message: System cannot find path. But: Directory "D:_Archive ablegen" does exist!

I thought "!Queue" is some sort of keyword. OK, without this it does work.