Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

obtaining file version

 [1/8] from: semseddinm:bircom at: 8-Oct-2009 17:20


Hi, how do I get the version .exe or .dll files on a windows OS?

 [2/8] from: carl:cybercraft at: 8-Oct-2009 13:22


Not quite sure what you mean, but if it's about getting REBOL's version number, it's printed at the start of a Console session. ABOUT will also print this out, with SYSTEM/VERSION returning Core's version number. Hmmm. Don't know where you get View's version, other than by ABOUT. -- Carl Read. On Thursday, 8-October-2009 at 17:20:28 Semseddin Moldibi [ Bircom ] wrote,

 [3/8] from: semseddinm:bircom at: 9-Oct-2009 9:46


Hi, I mean that how do I obtain version of a any .exe or .dll file on my system. For ex. get-file-version myfile.exe
>> 1.4.6
system/version is the View version I guess, isn't it?

 [4/8] from: carl:cybercraft at: 9-Oct-2009 5:39


On Friday, 9-October-2009 at 9:46:23 Semseddin Moldibi [ Bircom ] wrote,
>Hi, >I mean that how do I obtain version of a any .exe or .dll file on my >system. >For ex. > >get-file-version myfile.exe >>> 1.4.6
Ah. Not sure how to do that, but it'd require calling an OS routine I would think.
>system/version is the View version I guess, isn't it?
Indeed! So, it's the Core version I don't know how to get. It's not intuitive when View is at... system/view -- Carl Read.

 [5/8] from: sqlab:gmx at: 9-Oct-2009 10:59


for windows that should help; use the windows explorer mark the file click with the right button on it and open the context menu click on properties if there is a version tab, click on it On 09.10.2009 08:46, Semseddin Moldibi [ Bircom ] wrote:

 [6/8] from: semseddinm:bircom at: 9-Oct-2009 12:11


I guess when the system/product is Core then system/version is the Core version, when the system/product is View then system/version is the View version, system/core is always the Core version. ? system SYSTEM is an object of value: version tuple! 2.7.6.3.1 build date! 14-Mar-2008/22:13:08-7:00 product word! Core core tuple! 2.7.6 ? system SYSTEM is an object of value: version tuple! 2.7.6.3.1 build date! 14-Mar-2008/22:08:31-7:00 product word! View core tuple! 2.7.6

 [7/8] from: semseddinm:bircom at: 9-Oct-2009 13:49


I guess when the system/product is Core then system/version is the Core version, when the system/product is View then system/version is the View version, system/core is always the Core version. ? system SYSTEM is an object of value: version tuple! 2.7.6.3.1 build date! 14-Mar-2008/22:13:08-7:00 product word! Core core tuple! 2.7.6 ? system SYSTEM is an object of value: version tuple! 2.7.6.3.1 build date! 14-Mar-2008/22:08:31-7:00 product word! View core tuple! 2.7.6

 [8/8] from: anton:wilddsl:au at: 9-Oct-2009 23:59


>> system/components/view/version
== 1.159.0