@DESCRIPT[filename]: Returns the file description for the specified filename (see DESCRIBE). If there is no description for the file, @DESCRIPT returns an empty string.
The filename must be in quotes if it contains white space or special characters.
Examples:
echo %@descript["D:\My Path\Myfile.exe"]
echo %@descript["%comspec"]