Different drives, Move/Copy queue

Is there a way to queue all copy/move tasks with discarding the target drive?
For example I want to move some folders from C: to D: but after that, I'll need to move some folders from D: to E: and F:.
And while after this, I want to fill the empty space on C: with some folders from L:

Is there any way to handle this with a single move qith queueing?

The easiest way is to make a button which specifies the queue to use, then use that to move the files.

e.g. If you want something like the Move Files button:

Copy MOVE QUEUE="MyQueue"

Or, if you want something like Ctrl-V:

Clipboard PASTE COPYQUEUE="MyQueue"

Sorry about my not understanding but how should I add the queue to the ongoing queue with a button?
I thought there can be an only one move/copy screen and you can add all jobs to it.

Hmm I'll try your suggestion anyway for sure.
Thanks

You'd have to do all the copies using the button, so they all end up in the same queue. There isn't a way to change which queue something is in after it has started.