0
In windows machines, I need add a "right mouse" option to "all" data files (in concrete, all image formats and text files with extension .txt or .html, but add it to all files is also acceptable ).
This new option must execute a "curl" command. Curl is an existing installed package, the sentence to be execute is something as:
c:\Program Files\curl.exe -X "file=@myfile" http://foo.com
where "myfile" must be replaced by the path of the file selected with the right mouse action (real sentence is a few longer).
It is something similar to the option "compress" that appears when a zip/unzip software is installed. This new option must not suppress current file associations.
Any hint ?
Thanks.
You need to edit the registry for this. But its pretty dangarous to do this, and I wonder if I would do you a favor with this, because it can go wrong enough to require a reinstall. – LPChip – 2018-11-30T14:52:33.030
@LPChip: Thanks for your interest in the issue. No problem with regedit. About risks, in worst case reformat and reinstall is a sane practice to empty disk space. – pasaba por aqui – 2018-11-30T15:15:11.157