rather then right clicking a file, then clicking copy or move, then navigating to a folder to move or copy or rather then dragging and dropping files why not have the option to Copy To or Move to a folder in your Right Click Context Menu.
Here is how to do it.
Open up the Registry and navigate to
HKEY_CLarseES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
Right click on ContextMenuHandlers and click New then Key, rename it to Copy To, and do the same for Move To. When you click on Copy To you will see (Default) on your right, double click it and in the Value Data box put this in there:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
and for Move To do the same but add this to the Value Data instead:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
Exit the Registry and right click a file!!
these numbers and letters we added are called GUIDs (Global Unique Identifiers).
--Sal-