@ECHO OFF Echo getting external IP address nslookup -q=txt -class=CHAOS myip.cloudflare emma.ns.cloudflare.com Echo Ping Test 1 Please wait Echo Ping google.com > results.txt ping www.google.com -n 20 >> results.txt echo Ping Test 2 Please wait Echo Ping whitehouse.gov >> results.txt ping www.whitehouse.gov -n 20 >> results.txt echo Ping test 3 please wait Echo Ping NST >> results.txt ping nst.civicplus.com -n 20 >> results.txt echo Ping test 4 please wait Echo Ping dns2 >> results.txt ping dns2.civicplus.com -n 20 >> results.txt echo Ping Test 5 Please wait Echo Ping cisco >> results.txt ping www.cisco.com -n 20 >> results.txt echo Ping Test 6 Please wait Echo Ping purple.com >> results.txt ping www.purple.com -n 20 >> results.txt echo Ping Test 6 Please wait Echo ping DC nexthop >> results.txt ping 38.88.238.26 -n 20 >> results.txt echo Traceroute test 1 please wait Echo tracert dns2 >> results.txt tracert dns2.civicplus.com >> results.txt echo Traceroute test 2 please wait Echo tracert nst >> results.txt tracert nst.civicplus.com >> results.txt echo Traceroute test 3 please wait Echo tracert whitehouse >> results.txt tracert www.whitehouse.gov >> results.txt echo Traceroute test 4 please wait Echo tracert datashack >> results.txt tracert www.datashack.net >> results.txt echo Traceroute test 5 please wait Echo tracert cisco >> results.txt tracert www.cisco.com >> results.txt echo Traceroute test 6 please wait Echo tracert purple >> results.txt tracert www.purple.com >> results.txt echo Traceroute test 6 please wait Echo tracert DC Nexthop >> results.txt tracert 38.88.238.26 >> results.txt Echo DNS tests please wait Echo whitehouse.gov >> results.txt nslookup www.whitehouse.gov >> results.txt nslookup www.whitehouse.gov 8.8.8.8 >> results.txt Echo Google >> results.txt nslookup www.google.com >> results.txt nslookup www.google.com 8.8.8.8 >> results.txt Echo Cisco >> results.txt nslookup www.cisco.com >> results.txt nslookup www.cisco.com 8.8.8.8 >> results.txt Echo purple >> results.txt nslookup www.purple.com >> results.txt nslookup www.purple.com 8.8.8.8 >> results.txt Echo Testing Complete