/* Batch utility which waits a specified number of seconds, i.e.: WAIT x */ /* Exits with errorlevel 1 if a key is pressed or 0 if the wait time expired */ /* without interruption from the keyboard. The space bar, however, can be */ /* used to make the timeout happen right away (thus causing an immediate exit */ /* with errorlevel 0). */