April 23, 200521 yr 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)?I'd like to add somethings anywhere in that menu.
April 24, 200521 yr Actualy yes im looking for a way to add my own "Open with Notepad Advanced" etcto 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.
April 24, 200521 yr Read these:http://www.windowsitpro.com/Article/Articl...3596/13596.htmlhttp://www.tcmagazine.info/forums/index.php?showtopic=959Here is an example for the DOS prompt here:http://windows.about.com/od/tipsarchive/l/bltip177.htmAnd 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.infjaclaz
April 24, 200521 yr 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