Auto scan d'un réseau
Closed
fsts
Posts
25
Registration date
Friday June 13, 2008
Status
Member
Last seen
October 17, 2010
-
Dec 11, 2009 at 04:30 AM
fsts Posts 25 Registration date Friday June 13, 2008 Status Member Last seen October 17, 2010 - Dec 11, 2009 at 06:10 AM
fsts Posts 25 Registration date Friday June 13, 2008 Status Member Last seen October 17, 2010 - Dec 11, 2009 at 06:10 AM
Related:
- Auto scan d'un réseau
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- Facebook auto refresh - Guide
- Grand theft auto iv download apk for pc - Download - Action and adventure
- Kaspersky online scan - Guide
- Nvidia drivers auto detect - Guide
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.
fsts
Posts
25
Registration date
Friday June 13, 2008
Status
Member
Last seen
October 17, 2010
Dec 11, 2009 at 05:06 AM
Dec 11, 2009 at 05:06 AM
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.
fsts
Posts
25
Registration date
Friday June 13, 2008
Status
Member
Last seen
October 17, 2010
Dec 11, 2009 at 05:46 AM
Dec 11, 2009 at 05:46 AM
help plz
closeup22
Posts
8923
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.
Didn't find the answer you are looking for?
Ask a question
fsts
Posts
25
Registration date
Friday June 13, 2008
Status
Member
Last seen
October 17, 2010
Dec 11, 2009 at 06:10 AM
Dec 11, 2009 at 06:10 AM
sorry but can you more explain your script for example dim? and the objects
thanks
thanks