Printing ipconfig

  • Thread starter Thread starter Mrich
  • Start date Start date
Mrich said:
Hello,
Whats the command to print ipconfig /all to notepad from the command
prompt ?
TIA

ipconfig /all >c:\ip.txt

then open the ip.txt file in the root of C:
 
Mrich:

Go start --> Run and execute...

%comspec% /c ipconfig /all > c:\ipconfig.txt

Then you open c:\ipconfig.txt in Notepad and have it print from the menu or right click on
c:\ipconfig.txt in Explorer and choose "Print".

Dave





| Hello,
| Whats the command to print ipconfig /all to notepad from the command prompt
| ?
| TIA
|
| --
| Mrich
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IPCONFIG 8
Ipconfig does not work? 2
ipconfig question.... 2
ipconfig 4
Ipconfig? 6
How do I run ipconfig /flushdns in my admin account ? 2
ipconfig 5
Ipconfig problem 2

Back
Top