Printing ipconfig

M

Mrich

Hello,
Whats the command to print ipconfig /all to notepad from the command prompt
?
TIA
 
S

Steve Parry [MVP]

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:
 
D

David H. Lipman

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


Top