cherub Posted July 8, 2008 Posted July 8, 2008 Hi, I am looking for a possibilitie to get the version of an exe or dll file. As a software tester I often need to compare versions of builds. In ahk I have filegetversion, is there something similar in autoit? I haven't found it in the helpfile or forum. A point in the correct direction would be enough. I would like to use autoit for my purposes because it is easier to learn and has better readable code (my opinion). Yours - cherub
Moderators SmOke_N Posted July 8, 2008 Moderators Posted July 8, 2008 Hi,I am looking for a possibilitie to get the version of an exe or dll file. As a software tester I often need to compare versions of builds.In ahk I have filegetversion, is there something similar in autoit? I haven't found it in the helpfile or forum. A point in the correctdirection would be enough.I would like to use autoit for my purposes because it is easier to learn and has better readable code (my opinion).Yours - cherubLook under Index in the help file... Go to File... look at FileGetVersion muttley ... Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
cherub Posted July 8, 2008 Author Posted July 8, 2008 Look under Index in the help file... Go to File... look at FileGetVersion muttley ...Shame on my. I was looking for "version" and "compare" cause I could not imagine, that it is the same thing as in ahk.Sorry for that posting and thank you - cherub
Moderators SmOke_N Posted July 8, 2008 Moderators Posted July 8, 2008 Shame on my. I was looking for "version" and "compare" cause I could not imagine, that it is the same thing as in ahk.Sorry for that posting and thank you - cherubThe two languages are similar for a reason, we'll leave that reason alone (please don't ask).Welcome to AutoIt all the same. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
PartyPooper Posted July 9, 2008 Posted July 9, 2008 You may want to have a peek at the code I used in my InetFileUpdate module - InetFileUpdate. It may/may not be helpful for want you want to do.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now