Looping Question

nicknjq

New member
Joined
Oct 3, 2006
Messages
2
Programming Experience
Beginner
Hello Guys,

I have a problem here.

Let say I have 10 computers and I need to loop them all to get their IP and mac address. But if the computer is not switch on then I have to skip to the next computer.

The question is what code and how I should write in order for it to proceed to the next computer if it is not switch on?

Thanks for the help
 
The first question is how do you identify the machines to go after? If you want to get their IP and MAC does that mean you have their machine names to loop through?
 
Back
Top