Capture the results of an ipconfig command to a text file on you PC

Gman496

Super Moderator
Staff member
Capture the results of an ipconfig command to a text file on you PC.

If you type either of these commands from the command prompt it will give you the results as usual but also print the results to a .txt file on your C drive called ip.txt.

You can of course substitute the c:\ip.txt part of the command for a location & file name of your choice.

ipconfig>c:\ip.txt

Ipconfig /all>c:\ip.txt

ipconfig>c:\IP_Standard.txt

ipconfig /all>c:\IP_Full.txt



-
 
Back
Top