Robin Posted March 24, 2009 Posted March 24, 2009 Morning guys 'n dolls. I would like to ask a simple question... I wrote a utility for Vista with the command ==If @OSVersion = "WIN_VISTA" Then== Is there a way to do the same for Win 7? (Thing is, my utility must only execute a function when Vista AND/OR Win 7 is present
Richard Robertson Posted March 24, 2009 Posted March 24, 2009 Have you tried running this code on Windows 7? MsgBox(0, "", @OSVersion) That will show you what to check for.
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