home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / system / wait-gui / scripts / wait1.batch next >
Encoding:
Text File  |  1997-12-08  |  402 b   |  17 lines

  1. ; First we start Wait and wait 5 Seconds
  2. ; --------------------------------------
  3. Wait 5 
  4.  
  5. ; When you press CTRL+C Wait will return Doscode 5 and WARN will be set
  6. ; ---------------------------------------------------------------------
  7.  
  8. if WARN
  9.   echo "Canceled by User..."
  10. else
  11.  
  12. ; Otherwise Wait will runs till its end :)
  13. ; ----------------------------------------
  14.  
  15.   echo "Wait run till end..."
  16. endif
  17.