Is it possible to print from cmd.exe?

AnomalyA

New Member
Hi- just wondering whether or not it was possible to print from cmd.exe, other than by PrintScreen, and if so, how? Thanks.
 
What do you actually mean by print, you can print text to a file by typing "echo Insert Text Here >> C:\textfile.txt" without the quotation marks
 
Clarification

I guess I should explain what I'm doing, huh?
Okay, so I ran a tracert, and ipconfig, and I want to print the results. I can't select text in cmd.exe. However, if I can't print the results directly, it would be fine if I could save it as a .txt file, or something else along those lines... : )

or perhaps I just think I know what I'm talking about...: /
 
you can also run the tracert and ipconfig commands through to a text file

i.e. ipconfig >> C:\textfile.txt

will paste the screen dump of what you see when you run ipconfig
 
Back
Top