Wait.exe - Batch File Pausing/Waiting routine 26Nov00/Gary Diehl

1. The purpose of the program.
     - allow ms-dos batch files running under any version of Windows
       to be paused for a variable number of seconds specified by the
       user.		

2. If installation is required, how to install the program.
     - copy wait.exe into your path, or c:\windows\command directory
       to allow batch pausing for all batch files on your system

3. The status of the program (Public Domain, Freeware, or Shareware).
     - This program is FREEWARE, do what you will with it

4. The distribution status of the program.  Example: freely
   distributable or limitations on distribution.
     - Freely distributable to anyone

5. How to contact the author in the event of questions or problems.
   Insure author's e-mail address is included.
     - Author : Gary Diehl --> tork@flash.net

Program Usage:

wait 10
 (waits for 10 seconds, press space to abort wait)

wait 86400
 (waits for 86400 seconds... i.e. waits all day, press space to abort wait)

wait 900000
 (waits for 86400 seconds, the max time allowed)

Pretty simple, eh?  =)