Unsolved
This post is more than 5 years old
9 Legend
•
30.3K Posts
0
3298
April 5th, 2017 18:00
ipinfo.cmd
Copy the information between the lines, then paste it to notepad
=================================================
ipconfig /all > "%userprofile%\Desktop\ipinfo.txt"
arp -a >> "%userprofile%\Desktop\ipinfo.txt"
notepad "%userprofile%\Desktop\ipinfo.txt"
=================================================
Save as
ipinfo.cmd
Now right click on it, left click run as administrator.
If you find this Wiki helpful, please vote above. Thanks.


