netobj.GetSystemInfo()
am 20.10.2007 06:49:34 von Anil GupteIn Javascript there is this function netobj.GetSystemInfo()
Is there an equivalent in ASP?
--
Anil Gupte
www.keeninc.net
www.icinema.com
In Javascript there is this function netobj.GetSystemInfo()
Is there an equivalent in ASP?
--
Anil Gupte
www.keeninc.net
www.icinema.com
"Anil Gupte"
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
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"
news:u1H4yPwEIHA.1056@TK2MSFTNGP03.phx.gbl...
> "Anil Gupte"
> 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
>
>
"Anil Gupte"
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