excel file transfer

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?
 
P

purplehaz

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}"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top