mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2012
Posts: 299
Epic Offline OP
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2012
Posts: 299
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]

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.



🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples
Joined: Jul 2006
Posts: 4,141
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,141
https://en.wikichip.org/wiki/mirc/identifiers/$file


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Jan 2012
Posts: 299
Epic Offline OP
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2012
Posts: 299
Thanks, but I wouldn't be creating a new topic if preliminarily hadn't looked at the hint in that the reference book first...
I have already tried all the properties from this list and there is nothing there to extract the information necessary from file.

If you have more precise information how to do it, then please indicate built-in the identifier which the suitable for use and its precise properties.


🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples
Joined: Jul 2006
Posts: 4,141
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,141
Sorry I thought .product would return the product name, as well as the description being available there


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard