Jump to content

Recommended Posts

Posted

Morning All :)

Is there a way to add a version number to a script as part of its properties or details??? I'd like to then use that information to determine whether or not a new version of the script is available (by comparing the properties of the old and new script files) and replace the old one if necessary. I know I can use ini files if necessary but I'm hoping there's something available that doesn't involve the extra file. =) One last factoid: I compile my scripts into executables.

Any and all thoughts about this are appreciated!!!

Thanks!

Posted

If you are using Autoit3wrapper then you have something like:

#Compiler_Res_Fileversion=                ;File Version
#Compiler_Res_FileVersion_AutoIncrement=y ;AutoIncrement

Compiler_ is replaced with au3wrapper_ or something in newer versions than I have available at the moment.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...