Wait
|
Suspend the batch execution and wait for some time. Wait is a Windows program that will let you to suspends the execution of the current batch until the time-out interval elapses.
Using Wait
You should start Wait from command prompt or from another program or batch.
Command Line Options
Wait supports the following command-line options:
usage: Wait [ seconds [/m:milliseconds] [/d:message] [/t:title] [/q] [/?] | [/h]]
seconds Time to wait in seconds.
/m:milliseconds Time to wait in milliseconds.
/d:message Text message to display.
/t:title Windows title (caption).
/? Displays command-line usage (this help).
/h Displays command-line usage (this help).
If you run Wait without any parameter you get the above help.
RetuReturn Value
If Wait succeds the return value is non-zero otherwise if fails the return value is zero.
The license of this software is Freeware, you can free download and free use this system utility software.