3

I want to create an application that will add a preprogrammed function in windows context menu when you right click an file.

I've been searching this for quite a time but not successfully.

For example, how to add the "add to archive" as winrar did:

Windows context menu

Or as the following "add 'open folder as project'" in pycharm's installation:

Windows context menu

totototows
  • 39
  • 4
  • https://stackoverflow.com/questions/10833710/windows-explorer-context-menus-with-sub-menus-using-pywin32 Looks like this might be what you're asking for – clubby789 Aug 06 '19 at 14:21
  • I don't understand your question. Firstly, what do you mean you want _to do_ a program? Secondly, what does it mean to _add an item to the file right click context menu_ ? Can you please elaborate? Also, please include what you've tried so far and what your _expected output_ is. – WiseDev Aug 06 '19 at 14:21
  • do you mean context menu in standard file manage, excel, other program or in own program ? – furas Aug 06 '19 at 14:31
  • as I remeber in system's register you could add field `"open"` to field `".py"` with path to program used to open file with extension `".py"`. But it needed manual work with register. And it was long time ago. Now I don't use Windows. – furas Aug 06 '19 at 16:33

0 Answers0