IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> "Send To Folder" [UPDATED], a useful context-menu extension
fuwi
post May 22 2006, 07:47 AM
Post #1


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



rolleyes.gif here my plugin for "Send To Folder", a useful context-menu extension, part of the
freeware "Send To Toys 2.4" from http://www.gabrieleponti.com/software/index.html

Send To "Folder..." sends a file or a folder (or a selection of marked files and folders)
to another drive or folder. You will be shown a dialog box that lets you choose where the
files should be copied (or moved).

The plugin puts a shortcut to a small executable into the ramdiskprofile-"Send To" folder
on startup. That means, the profiles must be present at the time, when the autorun is executed.

Because i don't use XPE, i only have autorun-support for nu2menu (via startup-group) .
wink.gif Plugin version 0.7: now with XPE-Startup support!

You can download the plugin from My Webpage in cab or zip format
all files included, try it out!

regards, fuwi
Go to the top of the page
 
+Quote Post
Ed_P
post May 22 2006, 08:10 AM
Post #2


Platinum Member
*****

Group: Admin
Posts: 4,793
Joined: 12-August 05
From: Western NY, USA
Member No.: 13,258



A lot of good stuff on your website. Thanks. smile.gif


--------------------

A useful posting: Adding drivers to BartPE; NIC, SATA, video

A helpful thread: BartPE Troubleshooting FAQs

Use the forum's search tool to find postings about problems similar to yours.
For searches involving three letter acronyms such as USB add an * to the end. For example: USB*

The button is your friend and is located just below the one for Quote Reply.



Ed
Go to the top of the page
 
+Quote Post
fuwi
post May 22 2006, 08:17 AM
Post #3


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



biggrin.gif thanks Ed!

fuwi
Go to the top of the page
 
+Quote Post
fuwi
post May 26 2006, 07:55 AM
Post #4


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



wink.gif
Plugin version 0.6: now with XPE-Startup support!
(tested with Reatogo-XPE)

fuwi
Go to the top of the page
 
+Quote Post
aMer
post May 26 2006, 10:47 PM
Post #5


Silver Member
***

Group: Members
Posts: 172
Joined: 19-January 06
Member No.: 16,791



QUOTE (fuwi @ May 26 2006, 08:55 PM) *
wink.gif
Plugin version 0.6: now with XPE-Startup support!
(tested with Reatogo-XPE)

fuwi


Hi Fuwi..I have download the plugin but didint test it yet..Why do you need to start the plugin with the autorun help? Here's the modified one (for XPE only)..

QUOTE
; PE Builder v3 plugin INF file for "Send to Folder"
; http://www.gabrieleponti.com/software/index.html#sendtotoys
; Created by fuwi
; http://www.fuwi.ethz.ch
;
; Plugin version 0.6

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Send to Folder (from 'Send to Toys')"
Enable=1

[WinntDirectories]
a="Programs\SendToToys",2

[SourceDisksFiles]
"files\SendToFolder.exe"=a,,1

[Software.Addreg]
; SendTo entries
0x2, "Sherpya\XPEinit\SendTo", "Folder...", "%SystemDrive%\Programs\SendToToys\SendToFolder.exe"

[Software.AddReg]
; the next 5 lines are only necessary for older PEBuilder versions:
; 0x1, "Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To", "", "{7BA4C740-9E81-11CF-99D3-00AA004AE837}"
; 0x1, "Classes\CLSID\{7BA4C740-9E81-11CF-99D3-00AA004AE837}", "", "Microsoft SendTo Service"
; 0x4, "Classes\CLSID\{7BA4C740-9E81-11CF-99D3-00AA004AE837}", "flags", 0x1
; 0x2, "Classes\CLSID\{7BA4C740-9E81-11CF-99D3-00AA004AE837}\InProcServer32", "", "%SystemRoot%\system32\SHELL32.dll"
; 0x1, "Classes\CLSID\{7BA4C740-9E81-11CF-99D3-00AA004AE837}\InProcServer32", "ThreadingModel", "Apartment"

[Default.AddReg]
0x0, "Software\Gabriele Ponti\Send To Toys"
0x1, "Software\Gabriele Ponti\Send To Toys", "DefaultFolder", "LastUsed"
0x1, "Software\Gabriele Ponti\Send To Toys", "LastFolder", ""
0x1, "Software\Gabriele Ponti\Send To Toys", "InvertMode", "False"
0x1, "Software\Gabriele Ponti\Send To Toys", "OpenDestination", "False"
0x1, "Software\Gabriele Ponti\Send To Toys", "ResolveShortcuts", "False"
0x1, "Software\Gabriele Ponti\Send To Toys", "DefaultToMove", "False"
0x1, "Software\Gabriele Ponti\Send To Toys", "DisableRecentFolders", "False"
0x1, "Software\Gabriele Ponti\Send To Toys", "RecentFolders", ""
0x1, "Software\Gabriele Ponti\Send To Toys", "MaxRecentFolders", "10"


smile.gif Autorun is no longer needed as when XPE starts, it will automatically create the link to SendToFolder.exe in the SendTo folder..
Go to the top of the page
 
+Quote Post
oscar
post May 28 2006, 11:56 AM
Post #6


Platinum Member
*****

Group: Members
Posts: 1,294
Joined: 28-November 03
Member No.: 2,840



Try this alternative, no need for any exe file.

Then when you right-click on a file or folder, together with the Send To menu option will be 2 new options: Copy to Folder and Move to Folder

Why this option is not XP by default ? smile.gif

QUOTE
;CopytoMoveto.inf
;pebuilder plugin CopyTo/MoveTo add to the right click button
;by oscar


[Version]Signature= "$Windows NT$"

[PEBuilder]
Name="Copy To and Move To context menu options"
Enable=1


[Software.AddReg]

0x1, "Classes\Directory\shellex\ContextMenuHandlers\Copy To","","{C2FBB630-2971-11d1-A18C-00C04FD75D13}"
0x1, "Classes\*\shellex\ContextMenuHandlers\Copy To","","{C2FBB630-2971-11d1-A18C-00C04FD75D13}"


0x1, "Classes\Directory\shellex\ContextMenuHandlers\Move To","","{C2FBB631-2971-11d1-A18C-00C04FD75D13}"
0x1, "Classes\*\shellex\ContextMenuHandlers\Move To","","{C2FBB631-2971-11d1-A18C-00C04FD75D13}"



If you want this feature in your XP HD installation copy and paste this in any *.reg file, for ex. copytomoveto.reg and then run it.

QUOTE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Classes\Directory\shellex\ContextMenuHandlers\Copy To]@="{C2FBB630-2971-11d1-A18C-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\Software\Classes\*\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11d1-A18C-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\Software\Classes\Directory\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11d1-A18C-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\Software\Classes\*\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11d1-A18C-00C04FD75D13}"
Go to the top of the page
 
+Quote Post
fuwi
post May 30 2006, 03:28 AM
Post #7


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



@aMer
QUOTE
[Software.Addreg]; SendTo entries
0x2, "Sherpya\XPEinit\SendTo", "Folder...", "%SystemDrive%\Programs\SendToToys\SendToFolder.exe"

thanks, i'l try it out and update the plugin (i'm an XPE greenhorn)

@oscar
I know this trick with the "copy to" and "move to" settings in the registry, i used it all the time.
But i had problems, that it gave interactions with other contextmenu functions. As an example:
when i mark several media-files and say "Open with VLC Player" than the "copy to" GUI starts
instead of putting this files in the Playlist of the VLC Player. So i searched for an alternative,
that is independent and doesn't interacts with others, and found it in "Send to Folder".

A further advantage is, that the "Send to" menu is generally not so overcrowded like the general
rightclick menu.
Go to the top of the page
 
+Quote Post
fuwi
post May 30 2006, 06:59 AM
Post #8


Silver Member
***

Group: Members
Posts: 245
Joined: 12-February 04
From: Switzerland
Member No.: 4,145



@aMer

smile.gif Plugin updated to v0.7 (with the XPE-SendTo entry as you suggested)

fuwi
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 9th February 2010 - 12:21 PM