How keep DOS window showing?

  • Thread starter Thread starter Peter Rossiter
  • Start date Start date
P

Peter Rossiter

I want to run a PING command from the DOS window in XP.

If I use Start > Run and enter my command then the DOS window flashes
up and then closes.

How do I get the window to stay there?
 
Hi

From Start>Run type in "cmd" - without the quotes.

--

Will Denny
MS-MVP Windows - Shell/User


| I want to run a PING command from the DOS window in XP.
|
| If I use Start > Run and enter my command then the DOS window flashes
| up and then closes.
|
| How do I get the window to stay there?
 
/Peter Rossiter/ said:
I want to run a PING command from the DOS window in XP.

If I use Start > Run and enter my command then the DOS window flashes
up and then closes.

How do I get the window to stay there?

cmd /k <then your command>
 
Back
Top