Ping belongs to a communication protocol. Ping command can check whether the network is connected. It can help us analyze and determine network faults. However, under WinXP LAN, we If you want to check whether the IP address Ping is connected, you need to use another method. I believe many friends have already guessed it, that is, use the batch file to judge whether the IP address Ping is connected.
Recommended: Latest WinXP system
Identification method:
Open Notepad, enter the following commands in the window:
@Echo off
date /t > IPList.txt
time /t >> IPList.txt
echo =========== > > IPList.txt
For /L %%f in (1,1,100) Do Ping.exe -n 2 192.168.0.%%f Find
"Request timed out. " & echo 192.168.0.%%f Timed Out >>
IPList.txt & echo off
cls
Echo Finished!
@Echo on
Notepad.exe IPList.txt
Save this file as PingIP.bat.
After running, an IPList.txt file will be generated, which records which IP addresses are pinged.
Special attention should be paid to:
1. The above batch file identification method is only applicable to WinXP system.
2. Change the 192, 168.0 inside to the IP network segment where you are.
3, and if an IP computer uses a firewall to prevent Ping, it is not judged.
After learning the above techniques, you can analyze and judge the ping of a certain network segment at any time under the WinXP system. If you check that the IP address is pinged, you can use another IP that is not occupied. Address, this method can also help you with network troubleshooting. I don't know if you learned it?
WinXP system time is always automatically synchronized with Beijing time on the net
Even professional people cant do anything wrong with the operating system. Some pro
When using the WinXP system, there are often cases where the system has no sound and the video canno
Users who have installed multiple systems under WinXP system are one of the systems
How to display hidden users under WinXP through the registry
Put the system into memory and create a high-speed RAMOS [Photos]
How to solve the problem that WinXP front audio has no sound?
Optimize new solutions for win xp systems
How to remove that desktop icon shadow
Pop-up Windows-Registry Recovery Solution
How to add "password management" to WinXP in the control panel
Virus cognition common sense, make the computer more secure
WinXP changes the remote desktop default port method through the registry
The system tutorial WINDOWS XP virus prevention before the
Analysis of how xp gives the guest remote shutdown permission
After installing the latest Win7 system, watch the video blur solution
Computer technology: linux remote desktop connection
Windows10 system built-in lock screen wallpaper how to extract
Method of combining two disk partitions into one under Win8.1 system
Teach you to detect software in Win8.1 compatibility
Win8.1 Deployment .NET Framework 3.5 Installation Method
What are the risks of Windows 8 systems allowing applications to pass through firewalls?