@rem ------------------------------------------------ @rem getnetcfg.cmd - get info about windows networking @rem ------------------------------------------------ set echo ====================== ipconfig /all echo ====================== netstat -nr netstat -na echo ====================== nbtstat -c nbtstat -n nbtstat -s nbtstat -S echo ====================== arp -a echo ====================== dir c:\windows\system32\drivers\etc echo ====================== type c:\windows\system32\drivers\etc\hosts echo ====================== type c:\windows\system32\drivers\etc\lmhosts echo ====================== net start echo ====================== net config server echo ====================== net config workstation echo ====================== net statistics server net statistics workstation echo ====================== net use echo ====================== net view