netobj.GetSystemInfo()

netobj.GetSystemInfo()

am 20.10.2007 06:49:34 von Anil Gupte

In Javascript there is this function netobj.GetSystemInfo()

Is there an equivalent in ASP?
--
Anil Gupte
www.keeninc.net
www.icinema.com

Re: netobj.GetSystemInfo()

am 20.10.2007 12:28:23 von Anthony Jones

"Anil Gupte" wrote in message
news:OZ3seStEIHA.5360@TK2MSFTNGP03.phx.gbl...
> In Javascript there is this function netobj.GetSystemInfo()
>

I don't know any version of Javascript that contains a netobj object. What
does it do?

> Is there an equivalent in ASP?

ASP describes a pre-process and a context for a script language of which the
two most commonly used are VBScript and JScript (microsofts flavour of
Javascript).

I suspect that what you are after can be found using WMI or ADSI. You can
best get help with this by posting to the VBScript group describing what
GetSystemInfo does? The WMI and ADSI experts hang out in that group.


--
Anthony Jones - MVP ASP/ASP.NET

Re: netobj.GetSystemInfo()

am 20.10.2007 18:53:02 von Anil Gupte

Thanx, I am looking to find the IP address, MAC address, Windows Version
etc. and ideally I want to know if some specific components are installed
such as our plugin to WM Player. Is this possible in ASP? I know it is in
..Net

Where would I find the VBScript group you spoke of?

Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com

"Anthony Jones" wrote in message
news:u1H4yPwEIHA.1056@TK2MSFTNGP03.phx.gbl...
> "Anil Gupte" wrote in message
> news:OZ3seStEIHA.5360@TK2MSFTNGP03.phx.gbl...
>> In Javascript there is this function netobj.GetSystemInfo()
>>
>
> I don't know any version of Javascript that contains a netobj object.
> What
> does it do?
>
>> Is there an equivalent in ASP?
>
> ASP describes a pre-process and a context for a script language of which
> the
> two most commonly used are VBScript and JScript (microsofts flavour of
> Javascript).
>
> I suspect that what you are after can be found using WMI or ADSI. You can
> best get help with this by posting to the VBScript group describing what
> GetSystemInfo does? The WMI and ADSI experts hang out in that group.
>
>
> --
> Anthony Jones - MVP ASP/ASP.NET
>
>

Re: netobj.GetSystemInfo()

am 20.10.2007 18:59:39 von Anthony Jones

"Anil Gupte" wrote in message
news:%23EJqxmzEIHA.4028@TK2MSFTNGP02.phx.gbl...
> Thanx, I am looking to find the IP address, MAC address, Windows Version
> etc. and ideally I want to know if some specific components are installed
> such as our plugin to WM Player. Is this possible in ASP? I know it is
in
> .Net
>


microsoft.public.scripting.vbscript

--
Anthony Jones - MVP ASP/ASP.NET