Auto scan d'un réseau
Closed
fsts
Posts
31
Status
Member
-
Dec 11, 2009 at 04:30 AM
fsts Posts 31 Status Member - Dec 11, 2009 at 06:10 AM
fsts Posts 31 Status Member - Dec 11, 2009 at 06:10 AM
Related:
- Auto scan d'un réseau
- Nvidia smart scan - Guide
- Kaspersky online scan - Guide
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- Stop facebook auto refresh - Guide
- Grand theft auto iv download apk for pc - Download - Action and adventure
5 responses
Dear Sir,
Please express yourself in clear English Language so that
we get to understand the problem that you are facing and
hence help you.
Thanks in advance.
Please express yourself in clear English Language so that
we get to understand the problem that you are facing and
hence help you.
Thanks in advance.
hi,
i'm sorry for using french.
i'm workin on a script to detect all computers and routers... on my network, and i can find the ip of the alive hosts but i can't find the hoste name.
thanks for your help.
PS: i'm using linux.
i'm sorry for using french.
i'm workin on a script to detect all computers and routers... on my network, and i can find the ip of the alive hosts but i can't find the hoste name.
thanks for your help.
PS: i'm using linux.
closeup22
Posts
8922
Registration date
Friday May 15, 2009
Status
Member
Last seen
October 7, 2010
2,099
Dec 11, 2009 at 05:54 AM
Dec 11, 2009 at 05:54 AM
Dear Sir,
Please add the following in your script to have the names
of the host:
Option Explicit
Dim WSHShell
Dim objNTInfo
Dim GetComputerName
Set objNTInfo = CreateObject("WinNTSystemInfo")
GetComputerName = lcase(objNTInfo.ComputerName)
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Popup(GetComputerName)
WScript.Quit
Hope that the information provided solves the matter.
Thanks.
Please add the following in your script to have the names
of the host:
Option Explicit
Dim WSHShell
Dim objNTInfo
Dim GetComputerName
Set objNTInfo = CreateObject("WinNTSystemInfo")
GetComputerName = lcase(objNTInfo.ComputerName)
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Popup(GetComputerName)
WScript.Quit
Hope that the information provided solves the matter.
Thanks.