I'm trying to integrate a shell menu entry for all files (*) to encrypt them using a tool i already have made.
I have managed to create the entries but I don't really understand how to send the path of the selected file(s) as parameters to my tool.
Also do you think there's a better way than to call my tool with such parameter (i all the code of the encryption tool)?
