You can try with shortcutjs.bat
call shortcutjs.bat "some.lnk"^| find /i "target:"
Like vbscript this also uses windows script host , but with the other built-in language - jscript , but wrapped in a .bat
file. Extracting the target will be not possible with pure batch.