Adding items to a files right click menu in Windows Explorer

Posted by Fire Lancer on Super User See other posts from Super User or by Fire Lancer
Published on 2009-10-15T12:13:09Z Indexed on 2010/03/28 20:53 UTC
Read the original article Hit count: 154

Filed under:
|

What do I need to do to add an item to the right click menu for files with certain file extensions, along with sub menus?

An example would be adding items to run Python files (.py, .pyw, .pyc) with a specific version of Python, so the menu for a .py files would look like say:

Open  
7-Zip >  
    ...7zip stuff
Run >  
    Python 2.5  
    Python 2.6  
    Python 3.1  
Edit >  
    IDLE 2.5  
    IDLE 2.6  
    IDLE 3.1  
various other items

© Super User or respective owner

Related posts about Windows

Related posts about windows-explorer