Obtaining Full Target/Command Line With Arguments For Shortcut
Posted: 16 May 2024 01:25
Hi - I've been trying to figure out a way to create a custom column that shows a shortcuts' FULL target path/command -- including any arguments -- but it looks like #LinkTarget and the built in target properties only get the underlying target path.
for example, i have a shortcut pointed to:
But the built-in "target" properties only show:
Is there a way to get the full thing, including the "-startup" through scripting so that i can drop it in a custom column?
Thank you!
for example, i have a shortcut pointed to:
Code: Select all
C:\Program Files\Everything 1.5a\Everything64.exe -startupCode: Select all
C:\Program Files\Everything 1.5a\Everything64.exeThank you!