This tweak is a batch file that allows you to check your IP,Subnet,Gateway,MAC,DNS server, Etc. As well as check connectivity with your NIC.
Open -> Notepad-> paste the following codes,
@ipconfig/all | find "IP Address"
@ipconfig/all | find "Subnet Mask"
@ipconfig/all | find "Default Gateway"
@ipconfig/all | find "Host Name"
@ipconfig/all | find "DNS Suffix Search List"
@ipconfig/all | find "Physical Address"
@ipconfig/all | find "DHCP Enabled"
@ipconfig/all | find "DHCP Server"
@ping 127.0.0.1
@echo.
@pause
Save the file as ip.bat
then run the batch file..you get all the relevant IP informations.
No comments:
Post a Comment