Listing shares by IP address
Hi there
I need to check the PCs on my LAN one by one using their IPs, i.e. typing \\192.168.200.1 onto my browser up to \\192.168.200.254
Some of the IPs are not connected, and some of the other are not sharing
I want to make a program that only lists computers that share some folders along with the name of each folder if possible. (like any LAN scanner)
Could you please help me?
Re: Listing shares by IP address
You could just parse the output of
Code:
net view \\192.168.1.100
Do you need help with how to do that?
2 Attachment(s)
Re: Listing shares by IP address
Ok, this sounded kinda fun so I made a program that reads all the computers on the network and then lists out their shares into a tree view and then puts the corresponding icon with the item.
http://www.vbforums.com/attachment.p...chmentid=47508