How to delay in DOS?

  • Thread starter Thread starter brett
  • Start date Start date
start ["title"] [/dPath] /wait

Type: start /? in a command prompt and hit Enter.

Start HELP...
Paste the following line into Start | Run and click OK...

hh ntcmds.chm::/start.htm

Type: pause /? in a command prompt and hit Enter.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
You can also capture all output to a text file with the following example
C:\example.bat > C:\output.txt

HTH...
 
I like your solution Bob but is there a way to have it not output the
ping results?

Thanks,
Brett
 
Back
Top