Click here to Skip to main content
15,888,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Im am trying to get most of my Windows Explorer on XP.

I like functionality provided by "Send To" menu, i can add scripts in it and automate many operations because script gets list of selected files/folders as command argument and does the operation.

I dont want to write my own shell extension, but i would like to create more folders in my right click menu that have same functionality as "Send To" menu. Send to has too big script tree built, and I want to add my folders directly to right click menu.

Difference between regular menu item, and Send to item is that program in right click menu is called once for every item selected in main window, and program listed in send to menu is called once with list of files selected as argument.

I would like to change some right click menu items so that program is called in Send To style. Or create multiple send to menus, that differ in name and commands.

How can this be done??
Posted
Updated 12-Apr-10 1:17am
v2

huzris wrote:
How to master right click menu in windows explorer


By continuous practice. Just keep on right clicking until you get it right :laugh:

Seriously though, you ought to take a look at these:

 
Share this answer
 
I believe the only way to do this will be to implement a shell extension for the particular file types that you want to provide this functionality for, or the * type if it is for all of them.
There are lots of shell extension articles on the codeproject that might help you with this, but this is almost certainly the only way you'll be able to do it.
 
Share this answer
 
When i think about what I want I see how lazy I am :)
Send To is enough, but one click too far for my lazy ass ;D

I think that http://www.contextmenu.net/ is what i need, but it costs 150$

http://www.codeproject.com/KB/shell/ShellPilot.aspx is close to http://www.contextmenu.net/ and free, but i cant get example working???

Building shellext for every application or script is to slow, adding scripts like i have in Send to is ok, it can have subfolders and all, but still can be better.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900