I have a custom entry on the Internet Explorer's context menu. I would like to do something with the selected item, for example, run a program that receives that selection as ARGV[1].
For example, if I right click on a file named whatever.zip
that is located on my desktop, the following thing should run :
my_binary path\to\desktop\whatever.zip