How To: Add a Copy/Move to Folder shortcut to explorer menu
A major time saving extension for the standard windows eplorer menu is this "Copy/Move to Folder" explorer context menu shortcut.ยด
Just save the following script to a file called SaveToFolderHack.reg:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]
Note: The text should only be three lines so remove any line break before executing the script!
The result is shown below:

The new context menu items ("Copy to Folder.." and "Move to Folder...")

When you click on one of the items you will be prompted with a "Folder Choose Dialog" to choose the target destination.
Hope this helps...