Open notepad and copy and paste the following commands in it and save it as getip.cmd
Code:
@echo.
@color 09
@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.
0 comments:
Post a Comment