ContextMenuForWindows11 icon indicating copy to clipboard operation
ContextMenuForWindows11 copied to clipboard

link as path parameter

Open wf2020 opened this issue 3 years ago • 3 comments

Hello,

first thank you for this app.

I found following problem: if the {path} parameter is a link it is used "as is" and not followed,

Example: On the desktop I have a link to D:\ but instead resolving this path the parameter "C:\Users\Test\Desktop\Mylink.lnk" is passed.

wf2020 avatar Jan 18 '22 19:01 wf2020

Thanks for the feedback

  1. the "link" is indeed a real file, and the path is its address
  2. The target exe may or may not resolve the address

after test: notepad3.exe = resolve the address vscode = not resolve the address

ikas-mc avatar Jan 20 '22 21:01 ikas-mc

If a *.lnk file is found, would it be possible to resolve the target path by your app?

wf2020 avatar Jan 20 '22 21:01 wf2020

Yes, but I feel it is beyond the responsibility of this tool

ikas-mc avatar Jan 27 '22 11:01 ikas-mc