Adding items to the right click menus in Windows Explorer

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

With Windows 2000 professional Windows Explorer how do you
add items to the drop down menu when you right click on a
folder or drive? I am needing to add a custom purge
command and I can not remeber how to do it.
 
With Windows 2000 professional Windows Explorer how do you
add items to the drop down menu when you right click on a
folder or drive? I am needing to add a custom purge
command and I can not remeber how to do it.


REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Purge]
@="\"C:\\YourPath\\purge.exe\" \"%L\""


or if the Purge command is a bat file:
REGEDIT4

[HKEY_CLASSES_ROOT\Folder\shell\Purge]
@="cmd.exe /c FileName.bat %L"


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top