home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / BUSI / MMLITE85.ZIP / PLAY.BAT < prev    next >
DOS Batch File  |  1992-09-14  |  5KB  |  119 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO   ╔═══════════════════════════════════════════════════════════════════════════╗
  4. ECHO   ║                          THE SOUND & SPEECH LIBRARY                       ║
  5. ECHO   ╠═══════════════════════════════════════════════════════════════════════════╣
  6. ECHO   ║    This is a list of all of the sound files in this package. The SAY      ║
  7. ECHO   ║    command is used to play back these sound files thru the PC speaker.    ║
  8. ECHO   ║    The SAY-SB command is used to play VOC files thru the SOUND BLASTER.   ║
  9. ECHO   ║    You can combine these words and phrases to say a wide assortment of    ║
  10. ECHO   ║    sentences.   HOLD DOWN THE SPACE BAR TO ADVANCE THE SOUND PLAYBACK.    ║
  11. ECHO   ╚═══════════════════════════════════════════════════════════════════════════╝
  12. ECHO     SAY   AFTERNOON     ALMOST        ANYKEY        BONG         BYE
  13.          SAY   AFTERNOON     ALMOST        ANYKEY        BONG         BYE
  14. ECHO.
  15. ECHO     SAY   COMEAGAIN     DEMO          ESC           EXIT         EXCELLENT
  16.          SAY   COMEAGAIN     DEMO          ESC           EXIT         EXCELLENT
  17. ECHO.
  18. ECHO     SAY   HELLO         HI            JUPITER       MASTER       MAYIHELP
  19.          SAY   HELLO         HI            JUPITER       MASTER       MAYIHELP
  20. ECHO.
  21. ECHO     SAY   MENU          MORNING       PAUSE         PHONE        PHONERING
  22.          SAY   MENU          MORNING       PAUSE         PHONE        PHONERING
  23. ECHO.
  24. ECHO     SAY   PRESENTAT     REGISTER      RETRY         ROOSTER      SAINTS
  25.          SAY   PRESENTAT     REGISTER      RETRY         ROOSTER      SAINTS
  26. ECHO.
  27. ECHO     SAY   THANKYOU      TRYPRESS      TUTORIAL      WEL2OUR      WELTO
  28.          SAY   THANKYOU      TRYPRESS      TUTORIAL      WEL2OUR      WELTO
  29. ECHO.
  30. ECHO     SAY   WHISTLE       WOW           YOUGOTIT
  31.          SAY   WHISTLE       WOW           YOUGOTIT
  32. ECHO.
  33. ECHO                              PRESS ANY KEY TO CONTINUE
  34. KEY
  35. CLR-TEXT
  36.  
  37. cls
  38. ECHO  SOUND BLASTER USERS
  39. ECHO  ═══════════════════
  40. ECHO.
  41. ECHO     If you have a SOUND BLASTER run the BLASTER.BAT example.
  42. ECHO.
  43. ECHO     The SAY-SB command is used to play Sound Blaster VOC (voice) files.
  44. ECHO.
  45. ECHO     With a Sound Blaster card you can record your own voice and music files
  46. ECHO     and add them to your Multimedia 1 Audio/Video Show.  Refer to the User 
  47. ECHO     Manual for more information on the SAY-SB command.  This package contains
  48. ECHO     a voice file called MM1.VOC.
  49. ECHO.
  50. ECHO     SAY-SB MM1.VOC
  51.          SAY-SB MM1.VOC
  52. ECHO.
  53. ECHO     Now you can produce high quality presentations that can be used for a 
  54. ECHO     trade show or classroom environments.  The Sound Blaster will give you 
  55. ECHO     the capability to create professional custom presentations, tutorials
  56. ECHO     and computer based training.  Use the sound board with head phones for
  57. ECHO     individuals or crank it up for a room full of people.  You can also
  58. ECHO     customize your Audio/Video Show to match you audiences.  If you are
  59. ECHO     designing a presentation for XYZ company, add some special phrases just
  60. ECHO     for them (company name, product line, contact name, phone number, etc.).
  61. ECHO.
  62. ECHO                              PRESS ANY KEY TO CONTINUE
  63. KEY
  64. CLR-TEXT
  65. cls
  66. ECHO   ╔═══════════════════════════════════════════════════════════════════════════╗
  67. ECHO   ║   Below are some examples showing how the speech files can be combined.   ║
  68. ECHO   ╚═══════════════════════════════════════════════════════════════════════════╝
  69. ECHO.
  70. ECHO    TO SAY:  welcome to our tutorial
  71. ECHO    TYPE IN: say wel2our tutorial
  72. say wel2our tutorial
  73. ECHO.
  74. ECHO    TO SAY:  welcome to our presentation
  75. ECHO    TYPE IN: say wel2our presentation
  76. say wel2our presentation
  77. ECHO.
  78. ECHO    TO SAY:  press any key to continue
  79. ECHO    TYPE IN: say anykey
  80. say anykey
  81. ECHO.
  82. ECHO    TO SAY:  press esc to exit
  83. ECHO    TYPE IN: say esc exit
  84. say esc exit
  85. ECHO.
  86. ECHO    TO SAY:  may I help you
  87. ECHO    TYPE IN: say mayihelp
  88. say mayihelp
  89. ECHO.
  90. ECHO    TO SAY:  please enter a menu item
  91. ECHO    TYPE IN: say menu
  92. say menu
  93. ECHO.
  94. ECHO    TO SAY:  our phone number is and phone ring (sound effect)
  95. ECHO    TYPE IN: say phone phonering
  96. say phone phonering
  97. ECHO.
  98. ECHO    TO SAY:  rooster, wow, whistle and the Saints song
  99. ECHO    TYPE IN: say rooster wow whistle saints
  100. say rooster wow whistle saints
  101. echo.
  102. echo    You can also add PC MUSIC CLIPS to Multimedia 1.
  103. echo    This is the SONG1 tune. 
  104. song1
  105. echo    This is the SONG2 tune.
  106. song2
  107. echo    This is the SONG3 tune.
  108. song3
  109. echo.
  110. ECHO.
  111. ECHO   ╔═══════════════════════════════════════════════════════════════════════════╗
  112. ECHO   ║    THIS IS JUST A SMALL SAMPLE OF THE COMPLETE SOUND & SPEECH LIBRARY.    ║
  113. ECHO   ║    WHEN YOU REGISTER, WE WILL SEND YOU THE COMPLETE SOUND & SPEECH        ║
  114. ECHO   ║    LIBRARY WITH OVER 1 MEG. OF SPEECH, MUSIC AND SOUND EFFECTS.           ║
  115. ECHO   ╚═══════════════════════════════════════════════════════════════════════════╝
  116. ECHO.
  117. ECHO                     PRESS ANY KEY TO RETURN TO THE MAIN MENU
  118. KEY
  119. CLR-TEXT