nomad4now 0 Posted October 19, 2007 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! Share this post Link to post Share on other sites
Uten 9 Posted October 19, 2007 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. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Share this post Link to post Share on other sites