home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Shareware Masterblend
/
cdsharewaremasterblend.iso
/
multi1
/
play.bat
< prev
next >
Wrap
DOS Batch File
|
1992-09-30
|
5KB
|
119 lines
@ECHO OFF
CLS
ECHO ╔═══════════════════════════════════════════════════════════════════════════╗
ECHO ║ THE SOUND & SPEECH LIBRARY ║
ECHO ╠═══════════════════════════════════════════════════════════════════════════╣
ECHO ║ This is a list of all of the sound files in this package. The SAY ║
ECHO ║ command is used to play back these sound files thru the PC speaker. ║
ECHO ║ The SAY-SB command is used to play VOC files thru the SOUND BLASTER. ║
ECHO ║ You can combine these words and phrases to say a wide assortment of ║
ECHO ║ sentences. HOLD DOWN THE SPACE BAR TO ADVANCE THE SOUND PLAYBACK. ║
ECHO ╚═══════════════════════════════════════════════════════════════════════════╝
ECHO SAY AFTERNOON ALMOST ANYKEY BONG BYE
SAY AFTERNOON ALMOST ANYKEY BONG BYE
ECHO.
ECHO SAY COMEAGAIN DEMO ESC EXIT EXCELLENT
SAY COMEAGAIN DEMO ESC EXIT EXCELLENT
ECHO.
ECHO SAY HELLO HI JUPITER MASTER MAYIHELP
SAY HELLO HI JUPITER MASTER MAYIHELP
ECHO.
ECHO SAY MENU MORNING PAUSE PHONE PHONERING
SAY MENU MORNING PAUSE PHONE PHONERING
ECHO.
ECHO SAY PRESENTAT REGISTER RETRY ROOSTER
SAY PRESENTAT REGISTER RETRY ROOSTER
ECHO.
ECHO SAY THANKYOU TRYPRESS TUTORIAL WEL2OUR
SAY THANKYOU TRYPRESS TUTORIAL WEL2OUR
ECHO.
ECHO SAY WELTO WHISTLE WOW YOUGOTIT
SAY WELTO WHISTLE WOW YOUGOTIT
ECHO.
ECHO PRESS ANY KEY TO CONTINUE
KEY
CLR-TEXT
cls
ECHO SOUND BLASTER USERS
ECHO ═══════════════════
ECHO.
ECHO If you have a SOUND BLASTER run the BLASTER.BAT example.
ECHO.
ECHO The SAY-SB command is used to play Sound Blaster VOC (voice) files.
ECHO.
ECHO With a Sound Blaster card you can record your own voice and music files
ECHO and add them to your Multimedia 1 Audio/Video Show. Refer to the User
ECHO Manual for more information on the SAY-SB command. This package contains
ECHO a voice file called MM1.VOC.
ECHO.
ECHO SAY-SB MM1.VOC
SAY-SB MM1.VOC
ECHO.
ECHO Now you can produce high quality presentations that can be used for a
ECHO trade show or classroom environments. The Sound Blaster will give you
ECHO the capability to create professional custom presentations, tutorials
ECHO and computer based training. Use the sound board with head phones for
ECHO individuals or crank it up for a room full of people. You can also
ECHO customize your Audio/Video Show to match you audiences. If you are
ECHO designing a presentation for XYZ company, add some special phrases just
ECHO for them (company name, product line, contact name, phone number, etc.).
ECHO.
ECHO PRESS ANY KEY TO CONTINUE
KEY
CLR-TEXT
cls
ECHO ╔═══════════════════════════════════════════════════════════════════════════╗
ECHO ║ Below are some examples showing how the speech files can be combined. ║
ECHO ╚═══════════════════════════════════════════════════════════════════════════╝
ECHO.
ECHO TO SAY: welcome to our tutorial
ECHO TYPE IN: say wel2our tutorial
say wel2our tutorial
ECHO.
ECHO TO SAY: welcome to our presentation
ECHO TYPE IN: say wel2our presentation
say wel2our presentation
ECHO.
ECHO TO SAY: press any key to continue
ECHO TYPE IN: say anykey
say anykey
ECHO.
ECHO TO SAY: press esc to exit
ECHO TYPE IN: say esc exit
say esc exit
ECHO.
ECHO TO SAY: may I help you
ECHO TYPE IN: say mayihelp
say mayihelp
ECHO.
ECHO TO SAY: please enter a menu item
ECHO TYPE IN: say menu
say menu
ECHO.
ECHO TO SAY: our phone number is and phone ring (sound effect)
ECHO TYPE IN: say phone phonering
say phone phonering
ECHO.
ECHO TO SAY: rooster, wow, and a whistle sound effect
ECHO TYPE IN: say rooster wow whistle
say rooster wow whistle
echo.
echo You can also add PC MUSIC CLIPS to Multimedia 1.
echo This is the SONG1 tune.
song1
echo This is the SONG2 tune.
song2
echo This is the SONG3 tune.
song3
echo.
ECHO.
ECHO ╔═══════════════════════════════════════════════════════════════════════════╗
ECHO ║ THIS IS JUST A SMALL SAMPLE OF THE COMPLETE SOUND & SPEECH LIBRARY. ║
ECHO ║ WHEN YOU REGISTER, WE WILL SEND YOU THE COMPLETE SOUND & SPEECH ║
ECHO ║ LIBRARY WITH OVER 1 MEG. OF SPEECH, MUSIC AND SOUND EFFECTS. ║
ECHO ╚═══════════════════════════════════════════════════════════════════════════╝
ECHO.
ECHO PRESS ANY KEY TO RETURN TO THE MAIN MENU
KEY
CLR-TEXT