M Mrich Nov 26, 2004 #1 Hello, Whats the command to print ipconfig /all to notepad from the command prompt ? TIA
S Steve Parry [MVP] Nov 26, 2004 #2 Mrich said: Hello, Whats the command to print ipconfig /all to notepad from the command prompt ? TIA Click to expand... ipconfig /all >c:\ip.txt then open the ip.txt file in the root of C:
Mrich said: Hello, Whats the command to print ipconfig /all to notepad from the command prompt ? TIA Click to expand... ipconfig /all >c:\ip.txt then open the ip.txt file in the root of C:
D David H. Lipman Nov 26, 2004 #3 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 | |
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 | |