Keeping Ping DOS window open?

T

Trs80

When I run Ping from the DOS command prompt, the Ping data returns in a DOS
window........but the window closes after it finishes. How do I keep the
DOS window open after it finishes so I can view the data?
thanks!
 
P

Pegasus \(MVP\)

Trs80 said:
When I run Ping from the DOS command prompt, the Ping data returns in a
DOS window........but the window closes after it finishes. How do I keep
the DOS window open after it finishes so I can view the data?
thanks!

I suspect you're not running ping from the Command Prompt -
you're probably running it from the Start/Run box. If so then
this might help:

cmd /c ping www.google.com & pause

Also note that DOS is a legacy operating system introduced
some thirty years ago. It is rarely used these days and does
not exist under WinXP, inspite of its similarity to the Command
Prompt.
 
S

Shenan Stanley

Trs80 said:
When I run Ping from the DOS command prompt, the Ping data returns
in a DOS window........but the window closes after it finishes. How do I
keep the DOS window open after it finishes so I can view
the data?

You mean you are doing "ping" from the RUN field?
Try CMD from the RUN field...

Or...

cmd /k ping www.google.com
--> Click OK
 

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

Top