Blog Stats
  • Posts - 39
  • Articles - 0
  • Comments - 27
  • Trackbacks - 36

 

Adding to the right-click menu in Windows

I use a program called SciTE (http://www.scintilla.org/SciTE.html) as a notepad alternative.  To make life easier I added “Scite“ to the right-click menu in windows.  Here's how:

* Run regedit
* go to HKEY_CLASSES_ROOT\*
* right-click on *, new > key
* name the new key "shell"
* right-click on shell, new > key
* name the new key "Scite"
* right-click on Scite, new > key
* name the new key "Command"
* Click once on Command to select it
* right-click (Default) on right side > Modify
* Add "C:\Program Files\wscite\SciTE.exe %1" to Value Data (don't put the quotes)

[HKEY_CLASSES_ROOT\*\shell\Scite\Command]
@="c:\\Program Files\\wscite\\SciTE.exe %1"

Now on most files, you can right-click and see "Scite" as option, allowing you to open this file in SciTE.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Feedback

# re: Adding to the right-click menu in Windows

Gravatar Thanks for the tip :)
10/29/2006 12:48 PM | Eric Willis

# re: Adding to the right-click menu in Windows

Gravatar thanks man, your tip is really effective :) 12/2/2006 10:52 PM | PTV

# re: Adding to the right-click menu in Windows

Gravatar Hello,
I've already added SciTE to the right-click menu, but I'm having a problem. If there is a space either in path or in filename, SciTE does not load the file.
Any idea on how to fix this problem. 12/19/2006 4:53 AM | HMA

# re: Adding to the right-click menu in Windows

Gravatar Hello again,
Please ignore my previous post, I've found a solution. Just added the %1 section in quotes
(i.e. D:\editors\wscite\SciTE.exe "%1") 12/19/2006 5:28 AM | HMA

# re: Adding to the right-click menu in Windows

Gravatar ok now i want to add secript file do i can do it 11/23/2007 2:34 PM | mahmed

# re: Adding to the right-click menu in Windows

Gravatar thanks for letting us know 6/22/2008 4:35 AM | compare mobile phone contract

# re: Adding to the right-click menu in Windows

Gravatar I just need this. 1/11/2010 1:53 AM | need

# re: Adding to the right-click menu in Windows

Gravatar Thanks. It helped me!! 3/4/2010 9:20 AM | lav

# re: Adding to the right-click menu in Windows

Gravatar Thx man, really useful 3/15/2010 8:12 AM | D

# re: Adding to the right-click menu in Windows

Gravatar Thanks man. your help is really great. 2/2/2011 1:35 AM | sri

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

 

 

Copyright © Solid