WAIT.COM by Bob Montgomery 1-19-89 WAIT is a program to delay for the specified number of seconds. Format is: wait seconds where seconds is in the range 1 to 65535 (about 18 hours). Defaults to 1 sec. If a key is pressed before wait times out, wait returns to DOS. If Control C is pressed, wait calls the DOS ^C routine. From a batch file this gives the 'Terminate batch job (y/n)' message, and allows you to terminate a batch program.