Here r a very simple code which u can use to see yopur IP detail in comand prompt.it is usefull for network administrator and also for home user.plz try it out its very simple.
Easy IP
Copy this code into notepad and save it in the windows directory folder as ip.bat.
Then in start open run and type ip see what will hapen.
@echo.
@echo IP INFORMATION
@echo By:sAdNeSs hulchul.net
@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
<<<SO TELL ME WHAT IS SADNESS>>>