Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

explorer right click context menu with python?

Tags:

python

I'm wondering how to go about adding a menu item to explorers right click context menu. For instance, when I right click on a file I get things like winrars "Add to archive" I want something like that and I'm wondering how to do it with python.

like image 403
d.c Avatar asked Jan 22 '10 04:01

d.c


1 Answers

To Add more items to explorer right click menu, you just need to add some registry keys.

For example, take a look at this site, there is some examples and some tools.

http://windowsxp.mvps.org/context_folders.htm

like image 77
YOU Avatar answered Nov 18 '22 19:11

YOU