home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / system / wait-gui / scripts / wait2.batch < prev   
Encoding:
Text File  |  1997-12-08  |  576 b   |  24 lines

  1. ; Lets Start Wait with showing the verbose display and lets start a program
  2. ; after waiting
  3.  
  4. ; but first lets rename the gadgets
  5.  
  6. SetEnv WAIT_RESUME "Come on lets go"
  7. SetEnv WAIT_CANCEL "Stop this crap"
  8.  
  9. ; Ok, now we start it.  Note:  Place PRG always at the end of the
  10. ; WaitCommand...
  11.  
  12. Wait 10 SECS VERBOSE WT="This is a Demo" PRG="Dir"
  13.  
  14. ; Press CTRL+E to start the given Program (C:Dir) or stop the whole thing
  15. ; thru pressing CTRL+C
  16.  
  17. IF WARN
  18.   echo "Canceld by User.. Well, try to press also"
  19.   echo "the CTRL+E to watch the whole Demo"
  20. else
  21.   echo "That's all..."
  22. endif
  23.  
  24.