Hi,
I have a few problems which are all connected. I am writing some software for my school - some of the things this software has to do is to display a list of all the computers in the room which are currently switched on. Each of our ICT computers has an IP Address 192.168.13?.xxx where 130 will be one room, 131 another etc. and the computer could have any value for xxx.
For example, the computers in ICT1 have IP Addresses:
192.168.130.001
192.168.130.002
192.168.130.003...........
So, what I want to do is find the current IP address of the computer running the program and then ping all the addresses in the subnet (i.e. 192.168.13?.xxx) and then tell me which IP Addresses existed (I can get the proper NetBEUI name myself)
Is this possible?
Mike
I have a few problems which are all connected. I am writing some software for my school - some of the things this software has to do is to display a list of all the computers in the room which are currently switched on. Each of our ICT computers has an IP Address 192.168.13?.xxx where 130 will be one room, 131 another etc. and the computer could have any value for xxx.
For example, the computers in ICT1 have IP Addresses:
192.168.130.001
192.168.130.002
192.168.130.003...........
So, what I want to do is find the current IP address of the computer running the program and then ping all the addresses in the subnet (i.e. 192.168.13?.xxx) and then tell me which IP Addresses existed (I can get the proper NetBEUI name myself)
Is this possible?
Mike