Categories


Need help? Visit our Discussion Forum!
Search


Advanced Search
Article Options
Popular Articles
  1. Handwrite for MSN Messenger
  2. Windows XP FAQ T
  3. The difference between 64 and 32 bit processors
  4. Win2000 Logon Screen
  5. Windows XP FAQ S
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
     
Submit Comment