Pausing ipconfig Results So I Can Read Them

  • Thread starter Thread starter Fred 2002
  • Start date Start date
F

Fred 2002

I am trying to get info by typing "ipconfig" in the "run" window. I get the
results, but they only appear on the screen for about one second and then
disappear! Is there a switch I can add to the ipconfig command to keep the
results on the screen long enough to read them? Thanks in advance!!
 
What you need to do is run the ipconfig command in the command prompt.

Try this...

Start | Run | Type: cmd | OK |
When the command prompt opens, type:

ipconfig /all

Hit the enter key.
=====

To display help about ipconfig...

In a command prompt | Type:

ipconfig /?

Hit the enter key.
 
My ipconfig output fits on one screen so I can't really test it right now
but you can try two of them. One switch is /p and the other is as follows:
ipconfig /all | more.
I don't know if they'll work but I know they work for other commands.

Joe
 
Thanks to all!!


Wesley Vogel said:
What you need to do is run the ipconfig command in the command prompt.

Try this...

Start | Run | Type: cmd | OK |
When the command prompt opens, type:

ipconfig /all

Hit the enter key.
=====

To display help about ipconfig...

In a command prompt | Type:

ipconfig /?

Hit the enter key.

--
Hope this helps. Let us know.
Wes

In
 
Back
Top