yes... it works...
other thing... i'm using nslookup to find computername from ip address.... but many ips fails because dns server doesn't have any register of them...
there are some other way to find computer name having it's ip?
thanks in advanced
something related...
i need to execute nslookup passing a file that contain a list of ip addresses and get another file with the result...
i tried this...
Public Const csIPList = "C:\IPS.CFG"
Public Const csResult = "C:\RESOLVE.TXT"
Dim lsCmd
lsCmd = "nslookup...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.