0
I am Developing an Application and my idea is to put this application from the send to Windows menu. I already managed to put the start of the Application there, but I can’t get the file path.
Example: I have a pdf file on the Desktop the user will right click on the menu "Send To" 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 mapping the application /sendto:
Ex: Skype "C:\Program Files (x86)\Skype\Phone\Skype.exe" /sendto:
, but I’ve put it this way and it didn’t work.