home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 15 / XENIATGM15.iso / bud.bat < prev    next >
DOS Batch File  |  1996-02-02  |  401b  |  29 lines

  1. @echo off
  2.  
  3. rem ***************************************************
  4. rem * Bud Tucker Demo coding by Ian, Gareth and Craig *
  5. rem ***************************************************
  6.  
  7. set dos4g=quiet
  8. cls
  9.  
  10. cd program
  11. msub
  12. setsound
  13.  
  14. :loop
  15. bud
  16. if errorlevel 5 goto exit
  17. if errorlevel 2 goto playable
  18. goto exit
  19.  
  20. :playable
  21. cd playable
  22. tucker.exe
  23. cd..
  24. text.exe
  25. goto loop
  26.  
  27. :exit
  28. cd..
  29.