Ask a Question related to ASP Components, Design and Development.
-
McKirahan #1
Windows Version?
What's the best way to identify which version of Windows is running?
The following works for Win98 but not WinXP:
Set objWSS = CreateObject("WScript.Shell")
MsgBox
objWSS.RegRead("HKLM\Software\Microsoft\Windows\Cu rrentVersion\Version")
McKirahan Guest
-
AI version 4.01 and Windows XP
I have a new computer (finally!) and have my original version of AI version 4.01 that I am trying to install to Windows XP pro. Here is the... -
Director on other language version of windows..?
Hi all, I was hoping any of you could help me out here.... I've looked everywhere but its a hard one to find out about. Basically im doing a... -
migrating tables from MVS to Windows version of DB2
Hello. We are tring to migrate a bunch of table that resides db2 (version 6 I believe) on a MVS mainframe environment to DB2 UDB version 7.0 on a... -
Images created on Mac version won't open on Windows version
"michypooh" webforumsuser@macromedia.com wrote: everything works fine. I emailed them to myself at home but when i try to open them in Fireworks... -
Detecting Windows Version
Thanks...the environment worked. I used the #osversion part of it. This way I could use a contains comparison and send someone to a certain section... -
Ray Costanzo [MVP] #2
Re: Windows Version?
Well, since this is an ASP group, you may want to take a look at
Request.ServerVariables("HTTP_USER_AGENT")
Ray at work
"McKirahan" <News@McKirahan.com> wrote in message
news:2Xm0d.168712$mD.78035@attbi_s02...> What's the best way to identify which version of Windows is running?
>
> The following works for Win98 but not WinXP:
>
> Set objWSS = CreateObject("WScript.Shell")
> MsgBox
> objWSS.RegRead("HKLM\Software\Microsoft\Windows\Cu rrentVersion\Version")
>
>
Ray Costanzo [MVP] Guest
-
McKirahan #3
Re: Windows Version?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:efo2Wv2lEHA.748@TK2MSFTNGP11.phx.gbl...> Well, since this is an ASP group, you may want to take a look at
> Request.ServerVariables("HTTP_USER_AGENT")
>
> Ray at work
>
> "McKirahan" <News@McKirahan.com> wrote in message
> news:2Xm0d.168712$mD.78035@attbi_s02...> > What's the best way to identify which version of Windows is running?
> >
> > The following works for Win98 but not WinXP:
> >
> > Set objWSS = CreateObject("WScript.Shell")
> > MsgBox
> > objWSS.RegRead("HKLM\Software\Microsoft\Windows\Cu rrentVersion\Version")
> >
Thanks for your reply.
I should have posted this in the vbscript ng.
McKirahan Guest



Reply With Quote

