Is there a queue copy program available for Windows 7?
Solution 1:
I use TeraCopy for this. Simply a much better tool than the default copy handler for Windows.
And it handles file copies sequentially instead of trying to multitask everything simultaneously resulting in NO performance.
Note: TeraCopy is free for non-commercial use only. For commercial use you need to buy a license.
Solution 2:
There's also Copy Handler (win32).
Free and Open-source, multi-language, tray operation, loads of options for filtering, threads, different buffer modes, display, file handling, start & resume on boot etc.
Solution 3:
For those addicted to (or just with a fondness for) the command line, there is always:
RoboCopy
which is shipped "in the box" with Vista and Windows 7, too:
C:\Users\jeff>robocopy
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Mon Aug 01 21:50:48 2011
Simple Usage :: ROBOCOPY source destination /MIR
source :: Source Directory (drive:\path or \\server\share\path).
destination :: Destination Dir (drive:\path or \\server\share\path).
/MIR :: Mirror a complete directory tree.
For more usage information run ROBOCOPY /?
**** /MIR can DELETE files as well as copy them !
Solution 4:
PerigeeCopy is a good, easy and powerful alternative: http://jstanley.pingerthinger.com/pscopy.html