Integrating RegJump as a TextPad tool
Posted: Wed Sep 08, 2004 12:26 am
Sysinternals have just released a commandline tool named RegJump that will jump to a registry path given as an argument.
It makes a handy tool for use with TextPad, since you can use a $SEL macro on a registry key displayed in TextPad to immediately jump to the registry location. Here's one way to use it.
+ Download RegJump and put it in a folder in your path.
+ Add a new DOS tool named RegJump.
+ After applying the change, go to the properties of the tool. Make sure the parameters look like this:
regjump $SEL
and you may also wish to check the boxes for 'Run minimized' and 'Close DOS window on exit'
+ Hit OK, and you will have RegJump on your tools menu. When you select a base key path (abbreviated like HKCR or long like HKEY_CLASSES_ROOT both work) displayed in TextEdit and run the tool, you immediately have regedit open and autonavigate to the named key.
It makes a handy tool for use with TextPad, since you can use a $SEL macro on a registry key displayed in TextPad to immediately jump to the registry location. Here's one way to use it.
+ Download RegJump and put it in a folder in your path.
+ Add a new DOS tool named RegJump.
+ After applying the change, go to the properties of the tool. Make sure the parameters look like this:
regjump $SEL
and you may also wish to check the boxes for 'Run minimized' and 'Close DOS window on exit'
+ Hit OK, and you will have RegJump on your tools menu. When you select a base key path (abbreviated like HKCR or long like HKEY_CLASSES_ROOT both work) displayed in TextEdit and run the tool, you immediately have regedit open and autonavigate to the named key.