101
Script / Re: Link to file in clipboard
« on: November 26, 2020, 03:12:50 »
i have a good solution for your Problem. Create a new "User Defined Command" and a Keyboard Shortcut to this command.
This create a new shortcut in the Target Panel, but this works only for one file, not for multiple files. maybe somebody have a solution for multiple files and folders?
Code: [Select]
MC.Utils.CreateLink LNKSRC="${targetpath}${sourcefocusname}.lnk" LNKTRG="${focusfilepath}" LNKTYPE=4
This create a new shortcut in the Target Panel, but this works only for one file, not for multiple files. maybe somebody have a solution for multiple files and folders?