Jun 4, 2003 #1 bn2hunt MIS May 15, 2003 203 US I would like to retreive the computer name of a pc using a specific Ip address. Is this possible? Thanks Dan
I would like to retreive the computer name of a pc using a specific Ip address. Is this possible? Thanks Dan
Jun 5, 2003 1 #2 humbleprogrammer Programmer Oct 30, 2002 315 US Do you want to accomplish this in a web page? If not, you can use the command prompt. Start - Run - Type Command - Click Okay If it's outside the network type tracert like: tracert 111.111.1.101 and press enter If it's within a network you can use nbtstat like: nbtstat -a 111.111.1.111 and press enter Upvote 0 Downvote
Do you want to accomplish this in a web page? If not, you can use the command prompt. Start - Run - Type Command - Click Okay If it's outside the network type tracert like: tracert 111.111.1.101 and press enter If it's within a network you can use nbtstat like: nbtstat -a 111.111.1.111 and press enter
Jun 5, 2003 1 #3 zzfive03 Programmer Jun 11, 2001 267 or from the command prompt, type net view, it will show you all of the computers on your domain/workgroup. Upvote 0 Downvote
or from the command prompt, type net view, it will show you all of the computers on your domain/workgroup.
Jun 6, 2003 1 #4 JPBERGEZ IS-IT--Management Dec 10, 2002 9 FR You can retrieve the result of the command line you run from a script. Just have a look in FAQS/Applications for the FAQ I wrote on the subject. Upvote 0 Downvote
You can retrieve the result of the command line you run from a script. Just have a look in FAQS/Applications for the FAQ I wrote on the subject.
Jun 6, 2003 Thread starter #5 bn2hunt MIS May 15, 2003 203 US Thanks for your help, these worked great. The NBTSTAT command needs a -A instead of -a when using the ip I think that method works best for me. Thanks again for your help Dan Upvote 0 Downvote
Thanks for your help, these worked great. The NBTSTAT command needs a -A instead of -a when using the ip I think that method works best for me. Thanks again for your help Dan