Start/Run... Pause?

  • Thread starter Thread starter Steve Hawkins
  • Start date Start date
S

Steve Hawkins

When I try to run commands like 'ping' and 'tracert' from the Start/Run box,
a small command prompt screen pops up and runs through the process and
closes too quickly to read.

I vaguely recall from dos days that a 'p' or similar had to be added
somewhere to make it pause. Is this the problem here or is there a general
setting I need to change somewhere?

(Opening the command prompt proper first, the results do stay on screen)

Regards,

Steve_H
 
Steve you have to type cmd at the Start/Run box and then you'll put ping
ipaddress in the command window.
 
Gosh, that was quick!

Thanks, Joel.


Joel Guzman said:
Steve you have to type cmd at the Start/Run box and then you'll put ping
ipaddress in the command window.
 
Steve said:
When I try to run commands like 'ping' and 'tracert' from the Start/Run box,
a small command prompt screen pops up and runs through the process and
closes too quickly to read.

I vaguely recall from dos days that a 'p' or similar had to be added
somewhere to make it pause. Is this the problem here or is there a general
setting I need to change somewhere?

(Opening the command prompt proper first, the results do stay on screen)

'Cmd /k String'

Try:
Cmd /k Ping 17.112.152.32
Then, at the promt, demand:
Cmd /?

The switch is the same, 'Command /k Command', in Win98SE.

--
"Time is an ocean but it ends at the shore
You may not see me tomorrow"

Please followup in the newsgroup.
E-mail address is invalid due to spam-control.
 
Yes, that's it. The other suggestion just opens the command prompt rather
than running the ping.

So where does one read about /k and the other command modifiers?

Ta very much,

Steve_H
 
Steve said:
Yes, that's it. The other suggestion just opens the command prompt rather
than running the ping.

So where does one read about /k and the other command modifiers?

By trying the '/?' switch, for different command-line programs like
'Cmd /?' as i wrote. Should work for wellbehaved Command-line programs.
(Or reading it in a book, looking it up on the net or asking a friend.)
Ta very much,

You're welcome.
 
Excellent!

... et al. said:
By trying the '/?' switch, for different command-line programs like
'Cmd /?' as i wrote. Should work for wellbehaved Command-line programs.
(Or reading it in a book, looking it up on the net or asking a friend.)


You're welcome.
 

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

Back
Top