How to pass in multiple file/folder paths via a right-click event (verb) to an executable?

If you’re looking for a quick and dirty workaround, you can create a shortcut to your executable in ‘%AppData%\Microsoft\Windows\SendTo’ Now you can select a bunch of files, right click, select Send To, and your application. This will pass all the selected files as individual command line options to one instance of your application… keep in … Read more