|
-
May 7th, 2006, 05:57 AM
#1
Thread Starter
Hyperactive Member
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?
-
May 7th, 2006, 05:05 PM
#2
Frenzied Member
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?
-
May 7th, 2006, 06:01 PM
#3
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|