Execute custom command

Hi there,

I created a EXE file, which does a couple of things with files in the clipboard. I put the EXE file in a folder "homebrew" within the DOpus program folder. Now I'd like to create a button which first copies the selected files to clipboard and then executes the mentioned EXE.


For some reason, the DOpusFileTool.exe won't execute.

What's wrong?

Thanks!

Try either removing the quotes or adding a line at the top with @nofilenamequoting

Thanks!