Results 1 to 3 of 3

Thread: Listing shares by IP address

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2001
    Location
    Earth
    Posts
    277

    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?

  2. #2
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163

    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?

  3. #3
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163

    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.
    Attached Images Attached Images  
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width