up vote 6 down vote favorite
4
share [g+] share [fb]

When copying a lot of files all from different locations to the same location, using windows explorer, windows always creates multiple copy processes, slowing everything down. How can I queue copy actions in windows (7)?

link|improve this question

feedback

7 Answers

up vote 20 down vote accepted

I use teracopy for this.
Simply a much better than the default copy handler for windows.

And it handles file copies sequentially in stead of trying to multitask everything together resulting in NO performance.

link|improve this answer
I haven't tried it on W7 yet but agree that teracopy is the dogs danglies. queues items, much more granular control over duplicates, reports any skips/failures, and all seamless as in overrides the default copy/paste mechanism so Ctrl+c/Ctrl+v still works. – geocoin Jul 20 '09 at 15:30
I've tried it on win7 and I can confirm that is works smoothly. – fretje Jul 20 '09 at 15:32
yeah, but Toucan will give you for free some features that you have to pay for with teracopy... – djangofan Dec 28 '09 at 21:58
1  
Teracopy works well for me on both 32 and 64 bit Windows 7. – Darren Hall Dec 28 '09 at 22:41
Best program for anything after basic copying – TheLQ Jul 30 '10 at 4:45
show 1 more comment
feedback

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 !
link|improve this answer
RoboCopy is great, but does it help with queued copying? – george Dec 11 '11 at 9:47
You could queue multiple instances of RoboCopy for multiple copy operations. – Richard Dec 12 '11 at 7:47
Do you mean queueing using a batch file or such? If so, can't you do that with any copy program? – george Dec 15 '11 at 13:34
Yes, either with a batch file to carry out multiple copy operations in series or multiple instances of RoboCopy running from the command line if you wanted to do them in parallel (when copying from/to different sources and destinations for example). I think it would depend on whether we are talking about "one off" file copies or files which need copying regularly from one place to another. – Richard Dec 15 '11 at 14:06
feedback

Total Commander

Copy Dialog

With the button F2 Queue, the selected files will be added to the last opened background transfer manager. This is useful to copy many big files one after the other, which is more efficient than multiple in parallel in the background.

link|improve this answer
feedback

There's also Copy Handler (win32). http://www.copyhandler.com/ Free + Open source, multi language, tray operation, loads of options for filtering, threads, different buffer modes, display, file handling, start & resume on boot..

link|improve this answer
feedback

PerigeeCopy is a good, easy and powerful alternative: http://jstanley.pingerthinger.com/pscopy.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.