Is there any real difference between a “copy and paste” method versus the
old tried and true method of using the Edit menu, select all the files you want
to copy to another location and then select the “copy to a folder” command
which brings up the standard browse dialog box in which you navigate to the
destination and then click “copy”. I would imagine that both methods copy
exactly the same number of bytes, every 0 and every 1. It’s just a matter of
personal preference.
In this excerpt from
Answercast #93 I look at various ways of copying and moving files around in
Windows. How you do it is basically a matter of personal preference.
]]>
<
I add ‘copy to folder’ and ‘move to folder’ to the context menu. I find it a good time saver. I’d mention where I got the registry adds, but I’m not sure whether I’d be violating the terms of this forum.
Before Windows 7 and 8, I have found that using the “copy to folder” method will keep the folders’/files’ original creation/modified dates, while using “copy/paste” would have everything default to the day of the action. Again, not sure if this still applies today…
For large copies I use the command line XCOPY – typically in a script. This provides a lot of control over verification, restart, continue on error, etc.
Typing XCOPY /? at a command prompt shows the various control switches available.
There are instances where the right-click drop-down menu does not work and Copy does not function. Some times (not always) one can use the control-C command to copy.
Since Windows 7, I always open the two folders, snap one to the left, the other to the right, and drag the files to copy from one folder to the other.
There are some instances where this action might result in a Move rather than Copy, in which case I hold down Ctrl while dragging to copy instead.
You can also drag and drop using the right mouse button. This pops up a context menu that gives copy, move, and create shortcut options.
For users of Windows program Xplorer2 (by Zabkat) copying is especially easy and reliable. Its interface has two panes, each with a view of the file structure. With F5 one copies files (and folders) to the opposite pane, with F6 one moves them. Copying/moving between separate disks is done in “robust” mode, including verifying the results. Xplorer2 has a free Light version, which misses a few features that the paid Pro version offers. The program has many great other features. (I hold no stock in Zabkat.)