How to get description of Desktop Icon in Windows via batch code? -
i need form guys,i want know ,how can description of desktop icon using batch code? sorry bad english
not possible pure batch.but can try tooltipinfo.bat or shortcutjs.bat . hybrid scripts combine wsh/jscript/batch , should saved .bat
extension. here's how can use them:
tooltipinfo.bat "c:\users\my\desktop\git shell.lnk"
or
shortcutjs.bat -examine "c:\users\my\desktop\git shell.lnk"
Comments
Post a Comment