Vista doesn't have a 'Copy To' or 'Move To' that works everywhere. This reg tweak will add that capability to the right click context menu. You can make your own by using the text below:

;add 'Copy to Folder' to right click context
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]

;add 'Move to Folder' to right click context
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]

or...you can use the copy_move_to.reg file I attached to this post.