DO11: Copy/move via a Destination Dialog

Hello,

I want to copy/move one or multiple selected files to an destination folder which should be specified by an edit field in a simple dialog. The field and buttons ("OK" and "Cancel") should be accessible via hotkeys (Alt+_-key combinations). Don't want to reinvent the wheel - is there already somewhere something useful available?
Great would be when the folder is created when nonexistent.

Many thanks and greetings
opusfreak

This gives you what you want, if you don't mind also having a tree control in the dialog which you can select the folder with (as well as an edit field you can use):

Copy to=ask$

Alt-F selects the edit control. Return and Esc work for OK and cancel.

If you don't want the tree, you can use {dlgstring} to show a simple edit control prompt, like this:

Copy TO="{dlgstring|Enter destination path}"