IP address detailed information through a batch file:-
-----------------------------------------------------
@echo off
echo Show IP address information
ipconfig
echo Show IP address detailed information
ipconfig /all
pause
Copy it in notepad and save as .bat file
-----------------------------------------------------
@echo off
echo Show IP address information
ipconfig
echo Show IP address detailed information
ipconfig /all
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment