« Return to Thread: Easy IP

Re: Easy IP

by foxidrive-5 :: Rate this Message:

Reply to Author | View in Thread

On Tue, 11 Sep 2007 08:40:31 +0200, srivastava <knsri@...> wrote:

>The following I found at
>http://www.softwaretipsandtricks.com/windowsxp/articles/320/1/Easy-IP.
>
>What does this do? Before I apply on my computer, I would like to know
>what benefits it would cause to me.
>
>
>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
>
>Thanx
>Kailash

It cannot harm your PC in any way.  It displays the information about your
network connection - type this at a command prompt and look at the screen
output.

ipconfig /all

ping 127.0.0.1 simply pings your own PC and delays the script for around 4
seconds.


 « Return to Thread: Easy IP