echo off echo .................................................................. echo Inici del test de xarxa: echo Inici del test de xarxa: > info.test.xarxa.txt date /T >> info.test.xarxa.txt time /T >> info.test.xarxa.txt date /T time /T REM echo Executant: ipconfig /all ipconfig /all >> info.test.xarxa.txt echo Executant: route print route print >> info.test.xarxa.txt echo Executant: arp -a arp -a >> info.test.xarxa.txt echo Executant: netstat netstat >> info.test.xarxa.txt echo Executant: tracert 147.83.2.3 tracert 147.83.2.3 >> info.test.xarxa.txt echo Executant: tracert www.upc.es tracert www.upc.es >> info.test.xarxa.txt echo Executant: tracert www.google.com tracert www.google.com >> info.test.xarxa.txt echo Executant: ping -n 100 147.83.2.3 ping -n 100 147.83.2.3 >> info.test.xarxa.txt echo Executant: ping -n 100 www.upc.es ping -n 100 www.upc.es >> info.test.xarxa.txt echo Executant ping -n 100 %1 ping -n 100 %1 >> info.test.xarxa.txt REM echo Fi del test de xarxa !!!!! echo Les dades del test s'han guardat al fitxer 'info.test.xarxa.txt" echo Fi del test de xarxa !!!!! >> info.test.xarxa.txt date /T >> info.test.xarxa.txt time /T >> info.test.xarxa.txt time /T echo ..................................................................