Re: Determining if a Windows Server?

2002-10-10 Thread $Bill Luebkert
Alan Dickey wrote: > Tony White wrote: > >>Whew! I thought this was an easy one, but I just spent nearly an hour >>finding out *any* way to find this out. And here it is: >> >>Look at the contents of the following registry value: >> >>HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/ProductO

Re: Determining if a Windows Server?

2002-10-10 Thread Alan Dickey
Tony White wrote: > > Whew! I thought this was an easy one, but I just spent nearly an hour > finding out *any* way to find this out. And here it is: > > Look at the contents of the following registry value: > > HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/ProductOptions/ProductTy > pe

RE: Determining if a Windows Server?

2002-10-10 Thread Tony White
D]' Subject: Re: Determining if a Windows Server? "Hawley, Eric" wrote: > > I need to be able to determine whether or not the computer that a script is > running on is a Windows NT or 2000 server or if it is not. Does anyone know > how to do this? I tried looking at W

Re: Determining if a Windows Server?

2002-10-10 Thread Alan Dickey
"Hawley, Eric" wrote: > > I need to be able to determine whether or not the computer that a script is > running on is a Windows NT or 2000 server or if it is not. Does anyone know > how to do this? I tried looking at Win32::GetOSVersion() but this won't > work. I have tried searching on CPAN bu

Determining if a Windows Server?

2002-10-10 Thread Hawley, Eric
I need to be able to determine whether or not the computer that a script is running on is a Windows NT or 2000 server or if it is not. Does anyone know how to do this? I tried looking at Win32::GetOSVersion() but this won't work. I have tried searching on CPAN but haven't found anything. Than