I want to write a Java code, to get the description of any file located on a Windows server. The Description has to be the same as mentioned in the file after right clicking on it and then clicking on Properties.
For example, following is the file: C:\Program Files\Google\Chrome\Application\chrome.exe
Right click on it, and click on Properties. The description is "Google Chrome".
Please help.
UPDATED:
Even if someone can give me a method to derive the data of the "Description" field shown in the Windows Task Manager for a particular ProcessID, it will help me.