I add a context menu item to the Windows registry, so when I click on a file, I can call my application and set this file as an application. But how can I do this to send multiple files to my application (all the files that I selected)?
right now i have a command like:
"C:/test.dll" "%1"
But this seems to cause each file separately. What command do you drop into all the files that I have selected?
source share