Jump to content

Recommended Posts

Posted

Is there anyway to add new items to the default folder context menu (such as create a new folder which is not in the New submenu)?

context.png

I'd like to add somethings anywhere in that menu.


Posted

Actualy yes im looking for a way to add my own "Open with Notepad Advanced" etc

to my right click menu etc but i've been probably looking into the wrong places, :(.

If i find anything though i'll report back asap and let you know how, where etc.

Posted

Read these:

http://www.windowsitpro.com/Article/Articl...3596/13596.html

http://www.tcmagazine.info/forums/index.php?showtopic=959

Here is an example for the DOS prompt here:

http://windows.about.com/od/tipsarchive/l/bltip177.htm

And another way that uses .inf files:

[version]
signature="$CHICAGO$"

[DefaultInstall]
AddReg = DosHere.Reg

[DosHere.Reg]
HKCR,Directory\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Directory\Shell\DosHere\command,,,"%11%\cmd.exe /k cd "%1""
HKCR,Drive\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Drive\Shell\DosHere\command,,,"%11%\cmd.exe /k cd "%1""

[Strings]
DosHereAccel="DOS &Prompt Here"

Copy and paste the above in notepad and save it as Doshere.inf

jaclaz

Posted

Just a small correction, in

  • "%11%\cmd.exe /k cd "%1""

the quotes on %1 will not show up in your registry.

Try

  • "%11%\cmd.exe /k cd ""%1"""

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...