Hello. Im looking to make an IF statement with condition "IF WinVista OR later...". I know I can write it like:
but i don't want to do it like that. Won't be compatible with future OS.
I also don't want to make:
because I don't want to exclude every single OS ever made. There has to be a better way.
I'm particulary interested in "or later..." part.
Hm... Maybe @OSBuild? If the build number increases with each OS, that could be a way. But I don't know that for certain.
[ autoit ]
I also don't want to make:
[ autoit ]
I'm particulary interested in "or later..." part.
Hm... Maybe @OSBuild? If the build number increases with each OS, that could be a way. But I don't know that for certain.