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:
New comments are not allowed.