Checking active Internet connections in Windows
To check IP addresses and host names of the inbound and outbound internet connections simply make 'checkinet.bat' file with the content
of the three lines:
netstat -b
netstat -b -n
pause
The program shows also the name of the windows program that have established that connections.
Run or download checkinet.bat
|