Click here to return home   Click here to visit the Tweaks.com Network


Easy IP
Posted 6/4/2004 by TweakXP Member - Views: 4302

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. From the Run Command line.

Copy this code into notepad and save it in the windows directory folder as ip.bat.

@echo.
@echo                          IP INFORMATION
@echo                         By:David Kohanbash
 
@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

To run Goto Start>Run and type ip



Comments

Click here for article comments

Related Advertisement

Free Computer Magazines for TweakXP.com Visitors!


 


© 2001-2010 Advanced PC Media LLC, All rights reserved.
TweakXP.com® is a registered trademark of Advanced PC Media LLC.

Microsoft, Windows and Windows XP are registered trademarks of Microsoft
Corporation.  Microsoft Corporation in no way endorses or is affiliated with TweakXP.com®.
All other products mentioned are registered trademarks and/or trademarks of their respective companies.