Created
August 4, 2016 11:35
-
-
Save hklcf/6ae0b4429313f642497348a2d6dcbd6e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo ----------------------------------------------------------- | |
echo Copyright (c) 2007 HKLCF. All rights reserved. | |
echo ----------------------------------------------------------- | |
echo Processing ... Please wait | |
ipconfig /all > ipconfig_all.txt | |
ping 192.168.0.1 > ping_gateway.txt | |
ping 210.6.236.1 > ping_dhcp.txt | |
ping 203.186.94.20 > ping_dns01.txt | |
ping 203.186.94.22 > ping_dns02.txt | |
netstat -e > netstat_e.txt | |
netstat -na > netstat_na.txt | |
echo. & pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment