Cool way to do ipconfig (or any dos command)
I just learned this one today I can’t believe that after 20 or more years of playing around with computers that I have not found it sooner. Whenever I do a dos command and want to save it I do this
Code:
---------
ipconfig /all >> C:\tcp.txt
---------
( If want to run that command you have to run it as administrator ) Then I would open tcp.txt...
↧