07-31-2007 05:42 PM
07-31-2007 08:42 PM - edited 07-31-2007 08:42 PM
You mean like running an nbtstat command?
If you open up a command prompt in Windows, and type: nbtstat -c
that lists what's in your netbios remote cache name table. Does that give you the information you're looking for? If so, you could run that command from LV. I can't think of another way right now... anyone else?
Message Edited by Sima on 07-31-2007 08:48 PM
07-31-2007 09:23 PM - edited 07-31-2007 09:23 PM
Another command to try is: net view
There's just going to be some parsing needed when you do it through a DOS command.
Message Edited by Sima on 07-31-2007 09:24 PM
07-31-2007 09:25 PM
Here is a program which uses the System Exec to call command prompt and send the nbstat -c command. It will also output the information to the front panel. Hope this is what you are looking for.
Adam
08-01-2007 06:28 AM
08-01-2007 09:12 AM
Here's another link to check out Listing Computer Names in a Windows Network
It uses the net view command. You'll get the computers that are in your workgroup/domain - different than the info from an nbtstat -c command. So the question is, what works for you?
10-24-2007 01:39 AM
Adam,
Can you please repost the VI saved for 7.1?
10-24-2007 03:46 PM
10-24-2007 04:29 PM
So, the question that needs to be asked is about the purpose of your code.
For point (3) you could send an ARP request to all local IPs and look who replies. (This will show even heavily firewalled PCs, but will of course ONLY work for nodes on the same subnet!).