How to move selected file from destination to source?

I need a button to move selected files or folders from destination to source file display

@hidenosel 
Copy MOVE
Set FOCUS=Toggle

This is my current code. but this button can move selected files or folders from source file display to destination file display. so I need a button that works in the opposite direction.

This is not tested extensively, but seems to work:

Set FOCUS=Toggle
dopusrt /acmd Copy MOVE

This Code has a focus problem. I want after moved the selected file in to the source file display the focus should be steel in the same folder. But your code change the focus in to the destination file display. The focus should not change before and after move the file. How to do that?