I created a small script that changes the file name (replacing spaces with _ , etc.). I control this script parameters.
Now I would like to include this in the explorer-shell-extention extension, so I tried to add the following registry entries:
HKEY_CLASSES_ROOT\*\shell\edit filname method a\command HKEY_CLASSES_ROOT\*\shell\edit filname method b\command HKEY_CLASSES_ROOT\*\shell\edit filname method c\command
etc.
It works fine, but I would like to put all these methods together in a submenu. Kinda, as an option to "open with." Is it possible?
source share