Just reviewing this while thinking about a current little project:
explorer.exe shell extension and passing parameters to kixscript.
On the command line I can pass parameters to a script no problem but due to the limitations of explorer.exe only the 1st parameter is passed.
All I have read says you need a .dll designed to extend explorer to pass multiple parameters.
In my case I want to be able to select multiple files in a window, then menu click them and select my Kix-context entry to process them.
Works if only one item but fails if multi select.

Anyone any ideas as to whether a kix script could be leveraged as an explorer.exe extension or even where to start with this. I have seen VBasic examples but they can be compiled and follow the recognised process...