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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -