Is there a way to add a new entry to the context menu of Windows Explorer, which can run the BAT file / command with the selected file as an argument.
In particular, I need to do:
pscp -pw password E:\File.txt myname@machine.univ.edu:/home/myname/Files/
by right-clicking the file and selecting the menu item "Copy to server" in Windows Explorer.
source
share