b4235440 Posted April 12, 2010 Posted April 12, 2010 (edited) Hello, I create a script with AutoIt. Later, I create a new one. And than one again. Is thereThere a way without a query in the filename to work with script versions like this: if script.exe = v1 then ... kind regards herry Edited April 12, 2010 by b4235440
Nurav Posted April 12, 2010 Posted April 12, 2010 will the following solve your problem? if @ScriptName then endif
Valuater Posted April 12, 2010 Posted April 12, 2010 When you compile a script in autoit, you have the option to increase the version number. Then use FileGetVersion() to do what you want. 8
b4235440 Posted April 12, 2010 Author Posted April 12, 2010 (edited) When you compile a script in autoit, you have the option to increase the version number. Then use FileGetVersion() to do what you want.8oh yes that's it. perfect thank you.there can i increase the version number? Edited April 12, 2010 by b4235440
Valuater Posted April 12, 2010 Posted April 12, 2010 oh yes that's it. perfect thank you.there can i increase the version number?Yes!! and the great part is you can have the compiler prompt you for version increase or not. This is great when you are just self-testing and do not want to increase the version number.8)
b4235440 Posted April 13, 2010 Author Posted April 13, 2010 Yes!! and the great part is you can have the compiler prompt you for version increase or not. This is great when you are just self-testing and do not want to increase the version number.8)Oh yes thats great.Could you tell how can i include the version number?Do you use this compiler here?thank you
b4235440 Posted April 13, 2010 Author Posted April 13, 2010 Oh yes thats great.Could you tell how can i include the version number?Do you use this compiler here?thank youohh, now i foud it. right klickt on the script > compile with options....
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