The IP address may be unfamiliar to the average user, because the average person will not easily use or study him, but if you are a webmaster, it is necessary.
As a network administrator, when we solve the DHCP failure of the Windows operating system, we sometimes find out which addresses in an address range are not used. I have previously introduced a method: open a command prompt window, call the ping command in the For…in…Do loop. For example, to find out which addresses are not used in the address range 192.168.1.1 to 192.168.1.100, you can use this command: For /L %f in (1,1,100) Do Ping.exe -n 2 192.168.1.% f
This command reports all IP addresses in the specified range. Whether it is used or not, the user has to scroll through a large amount of content in the command line window. In fact, we can avoid these troubles, just create a batch file, ask it to return only those unused IP addresses, and then enter the results of the command into a text file. Here's how to do it:
Open Notepad and type the following command 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.1.%%f
When you operate the computer in an Internet cafe, company or school, you will often find that the S
After WinXP users install some applications, it will change the original file associations. How can
Do you feel that your computers system has too much garbage, and there is no way to clean it up. Is
In fact, the way to completely hide the folder is also very simple, first hide the folder name. Clic
Describe in detail the features of Windows OneKey Restore
How to solve the problem of u disk cache write failure under Winxp system?
Let's see: the system can't display thumbnail tips
Windows Tips: The Administrator account is set with you
Clear the tray garbage in Windows system to speed up the system speed
VMLite XP hardware does not require virtualization support to run XP mode as usual.
How can I solve the Win7 Local Group Policy Editor?
In-depth analysis of Windows operating system crashes (2)
XP daily application skills and experience summary (2)
Windows Notepad software automatically adds date and time methods
Windows server 2008 security technology detailed
Win2K/XP under the circumstance of forced shutdown
Win 8 system to achieve F8 into safe mode
How to upgrade Win7 system from 7100 RC to 7600
Where is the win7 system note?
How does win10 uninstall the program through the control panel?
A trick to group the Windows desktop icon