List of all computers on the network
Hello,
How can I get a list of all computer names on the network(LAN)?
Thank you
Archive: List of all computers on the network
List of all computers on the network
Hello,
How can I get a list of all computer names on the network(LAN)?
Thank you
You can get it via an ExecDos call to 'Net View':
http://www.bala-krishna.com/get-comp...ommand-prompt/
Or using the Windows API WNetEnumResource with the System plugin:
http://msdn.microsoft.com/en-us/libr...49(VS.85).aspx