Jump to content

Recommended Posts

Posted

I would like to get some help with an app I am working on. I have several Operating Systems within my enviroment. I have some XP/Server 2003 and a few newer 7/Server 2008. Each operating system reponds differently when I stop and start explorer.exe. So I was hoping to see if I could get some help with having my app determine the OS version and then either do A or do B.  Right now the new applications can determine the username of the currently logged in user with the @username syntax, I am curious if there is something for determining the OS. .... I hope this make some sense.

Example:

IF OS = Server 2008 then mxgbox (0, '', 'Server 2008')
ElseIF OS = XP then Msgbox(0, '', 'Windows XP')
Else Msgbox(0, '', 'Error'

 

Any ideas?

Thanks

Grimm

Thanks

Grimm

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
×
×
  • Create New...