I am currently creating an interesting script, which I plan to publish in the future here, for help solve one the problem. The script will need to extract some information from an executable file "
file.exe".
I don't know if there is another way to extract detailed properties information from a file where there is a "
File description" and "
Product name" line?
![[Linked Image from i.ibb.co]](https://i.ibb.co/0q8jHSm/mIRC-file-desc.jpg)
Currently, only the version can be retrieved from the file:
$file().version, and some other information.
I suggest adding additional
new properties to this identifier:
$file().description and
$file().productname. If there is no such information at the file, then the return will be -
$null.