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
|
|
 
Back
Top