I created a small script that changes a filename (replacing spaces with _
, etc.). I'm controlling this script with parameters.
Now I'd like to include that into my explorer-shell-extention, 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
and so on.
It's working fine but I'd like to pack all those methods together into a submenu. Kinda like the "open with" option. Is that possible?