System Command to "pause" certain time??

  • Thread starter Thread starter Polaris
  • Start date Start date
P

Polaris

Hi:

Any one knows if there is a pause command which allows me to specify how
long should be paused?

Thanks for your info.

Polaris
 
Hi:

Any one knows if there is a pause command which allows me to specify how
long should be paused?

Thanks for your info.

Polaris

There is sleep from the reskit, DOSE freeware, tip 4170 in the 'Tips & Tricks'
at http://www.jsiinc.com, WaitForTime and Delay freeware at tip 5537, sleep
freeware at tip 7744, and the sleep alternative, tip 4630:

@ping -n Times 127.0.0.1>nul

where Times should be approximately the number of seconds you wish to delay plus



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Any one knows if there is a pause command which allows me to specify how
long should be paused?
The Mount/\Command ".Wait" provides a timed pause:

%.Wait% [Seconds]

*******

The ".Wait" command is part of the (FREE) Advanced Command Library.

(http://ntlib.com)
(http://TheSystemGuard.com/MtCmds/CrystalClear/Wait.htm)

*******

-tsg

/-----------------+---------------+----------------------\
| COMPATIBILITY | CLARITY | SPEED |
| Write code ONCE | Make it clear | THEN...Make it fast! |
\-----------------+---------------+----------------------/
400+ command-line resources using ONLY native NT commands!
(http://TheSystemGuard.com/default.asp#MasterCommandList)
 
Back
Top