@echo on c: cd \ del testnet.txt > nul date /T > testnet.txt time /T >> testnet.txt ver >> testnet.txt echo "" >> testnet.txt echo "==> ipconfig" >> testnet.txt ipconfig /All >> testnet.txt echo "==> netstat" >> testnet.txt netstat /es >> testnet.txt netstat /r >> testnet.txt netstat /ano >> testnet.txt echo "==> net" >> testnet.txt net name >> testnet.txt echo "==> systeminfo" >> testnet.txt systeminfo >> testnet.txt echo "==> getmac" >> testnet.txt getmac >> testnet.txt echo "==> proxycfg" >> testnet.txt proxycfg >> testnet.txt echo "==> reg" >> testnet.txt reg QUERY HKLM\Software\Microsoft\Windows\CurrentVersion\Run >> testnet.txt reg QUERY HKCU\Software\Microsoft\Windows\CurrentVersion\Run >> testnet.txt echo "==> driverquery" >> testnet.txt driverquery >> testnet.txt echo "==> netsh" >> testnet.txt netsh diag show all >> testnet.txt netsh diag show test >> testnet.txt echo "==> ping" >> testnet.txt ping -n 10 195.117.92.14 >> testnet.txt ping -n 10 -l 1000 195.117.92.14 >> testnet.txt ping -n 10 195.117.92.33 >> testnet.txt ping -n 10 -l 1000 195.117.92.33 >> testnet.txt ping -n 10 195.117.92.1 >> testnet.txt ping -n 10 -l 1000 195.117.92.1 >> testnet.txt ping -n 10 195.117.92.20 >> testnet.txt ping -a -n 2 www.internet.pcnet.com.pl >> testnet.txt ping -a -n 2 www.google.pl >> testnet.txt ping -n 5 www.wp.pl >> testnet.txt ping -n 5 www.onet.pl >> testnet.txt echo "==> tracert" >> testnet.txt tracert www.home.pl >> testnet.txt echo cd /pub/Putty > testftp.txt echo binary >> testftp.txt echo trace >> testftp.txt echo get putty.exe >> testftp.txt echo quit >> testftp.txt echo cd /pub/opera/win/800/pl > testftp2.txt echo binary >> testftp2.txt echo trace >> testftp2.txt echo get ow32plpl800.exe >> testftp2.txt echo quit >> testftp2.txt del ow32plpl800.exe del putty.exe ftp -s:testftp.txt -A ftp.pcnet.com.pl >> testnet.txt ftp -s:testftp2.txt -A ftp.task.gda.pl >> testnet.txt del testftp.txt del testftp2.txt time /T >> testnet.txt pause