home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 1_Art.iso / mmm21 / example2.bat < prev    next >
DOS Batch File  |  1993-01-11  |  950b  |  41 lines

  1. @ECHO OFF
  2. ECHO 
  3. CLS
  4. SBFMDRV
  5. CLS
  6.  
  7. play-cmf INTRO.cmf b
  8. SHOW-PCX buss.PCX SAND CMF
  9. delay
  10. SAY-SB INTRO.VOC
  11.  if errorlevel 1 say hello.pc
  12. delay 2
  13. play-cmf starwars.cmf b
  14.  if errorlevel 1 song2
  15. CLEAR buss.PCX FADE CMF
  16.  
  17. SHOW-PCX MENU.PCX SPIRAL CMF
  18. gtext "             * GET READY *" 3 1 16
  19. gtext "       for a ride into the future" 8 1 8
  20. delay
  21. gtext "   MULTIMEDIA  MAKER  will allow you" 11 1 8 
  22. gtext "   to create  custom  PRESENTATIONS," 12 1 8 
  23. gtext "   TUTORIALS,   advertising,  demos," 13 1 8 
  24. gtext "   reports,   educational  projects," 14 1 8 
  25. gtext "   courseware,  talking slide shows," 15 1 8
  26. gtext "   photo albums and  much much more." 16 1 8
  27. gtext " This will help mold YOUR future." 18 4 8 100 50
  28.  
  29. GTEXT "Press ESC to EXIT"11 11 14 
  30. palette menu.pcx CMF esc
  31. stop-cmf
  32. SAY-SB SFX2.VOC
  33.  if errorlevel 1 say sfx1.pc
  34. CLEAR MENU.PCX SPIRAL r
  35.  
  36. :exit
  37.  
  38. SBFMDRV /u
  39. rem CLEANUP
  40. echo 
  41. CLS