I'm developing an application and my idea is to put this application from the send to windows menu. I have already put the start of the Application la, but I can not get the file path.
Example: I have a pdf file on the Desktop the user will right-click on the "Send To" Menu it will select my application and I would have to receive the path of that file.
Looking at Some Application that has this functionality they use a code in the mapping of the application /sendto:
Ex: Skype "C:\Program Files (x86)\Skype\Phone\Skype.exe" /sendto:
, but I already put it this way and it did not work.