home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / VORX / IFF50.ZIP / IFF_W.BAT < prev    next >
DOS Batch File  |  1989-06-04  |  428b  |  16 lines

  1.     REM IFF_W.BAT
  2.        ECHO OFF
  3.        CLS
  4.     REM simply wait a few seconds then continue the BATch file.
  5.     REM using the WAIT option with the S sub-option.
  6.     ECHO Press any key when ready...(or wait)
  7.        IFF Wns 15
  8.        IF ERRORLEVEL 59 GOTO TIME
  9.        ECHO YOU DIDN'T WAIT!
  10.        GOTO END
  11.     REM TIME out heading.
  12.     :TIME
  13.        ECHO THANK YOU FOR WAITING.
  14.     REM END heading label.
  15.     :END
  16.