Categories



Windows XP Discussion Forum
Search


Advanced Search
Article Options
Your Favorite Articles
View All Favorites
You Recently Viewed...
Popular Articles
  1. Handwrite for MSN Messenger
  2. Win2000 Logon Screen
  3. Windows XP FAQ T
  4. The difference between 64 and 32 bit processors
  5. Decrypt Encrypted files on Windows XP
No popular articles found.

 »  Home  »  Internet  »  Easy IP
Easy IP
By  Super Admin  | Published  02/24/2005 | Internet | Rating:
Easy IP

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

@echo.
@echo                          IP INFORMATION
@echo                         By: WindowsXPAtoZ.com
 
@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

How would you rate the quality of this article?
1 2 3 4 5
Poor Excellent
Tell us why you rated this way (optional):

Send to Author Post on Site

Comments
  • Comment #1 (Posted by an unknown user)
    Rating
    Helped me get the information I was after. Thanks.
     
  • Comment #2 (Posted by an unknown user)
    Rating
    cos its cool
     
  • Comment #3 (Posted by an unknown user)
    Rating
    Its the same as ipconfig, ipconfig /all...But this gives your ip info without useing the other commands;that might change your ip. This is a quick and easy way thanx.
     
Submit Comment