I love copy queues because they prevent parallel file copies to one destination. However there are some things missing that I like to be added to the integrated copy queue mechanism:
-
More info about the queue in the main window.
Add info text that displays the remaining size (in bytes, KB, MB, GB) of the copy queue, the number of copy queue entries still to go and the space left on the destination drive. -
Early checking of space left on destination drive.
Check whether the space on the destination drive is sufficient to copy all files of the copy queue to the destination BEFORE it can really fail (so the check has to happen on adding files to the queue and potentially a second time right before the step is actually performed). -
Support bidirectional queueing between any two locations / drives.
add further conditions when files are added to an existing copy queue: respect destination AND source when checking whether a file shall be added to a queue. I call this a "bidirectional" queue. This way two already busy drives can't be used twice at the same time in opposite copy directions (when copying something from C: to D: while also copying something from D: to C:).