Wednesday, November 25, 2009

Track IPs connected to your computer

1 step:
Open run type notepad and copy and paste the following commands in it and save it as getip.cmd

CODE:-



@echo.
@color 7
@netstat -n
@echo.
@pause

2 step:
Now execute this file (double click) and you can see your IP in the command prompt.
It works only in NT based OS.

No comments: