excel file transfer

  • Thread starter Thread starter Weston Iannotti
  • Start date Start date
W

Weston Iannotti

What I have is an excel program that I would like to copy
into multiple file folders without having to copy, open
floder and paste. Any ideas?
 
Add copy to and move to to the right click menu:

Be warned, there are small side effects when using the below registry
entries, but IMHO, the benefits out way the small bug.



Copy and past the text into notepad and save as copy.reg and move.reg then
click them to install.



Copy To:




REGEDIT4

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"






Move To:




REGEDIT4

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"







If you have problems with these edits and need to uninstall them, you can
copy and paste the below text into notepad and save as copymoveundo.reg



Copy To & Move To - Uninstall:





Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]



[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy
To]

@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"



[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move
To]

@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
 
Back
Top