Re: Getting Systems Connected in Network(LAN) using java packages
Posted By:
elango_maragtham
Posted On:
Thursday, June 21, 2001 11:12 PM
Hi to get the Systems connected to the lan . U use the runtime class to call a batch file .
In that batch file u just issue the network command like (netview) in Nt and write that into a file by
using netview > text1.txt
then u parse the file to get the system names .
This may help U .