home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- ECHO.
- ECHO Let's take a closer look at how to combine the Multimedia 1 commands.
- ECHO ────────────────────────────────────────────────────────────────────
- ECHO.
- ECHO COMMAND DESCRIPTION
- ECHO ═══════ ═══════════
- ECHO.
- ECHO SHOW The SHOW command is used to display a PCX, GIF, TIFF, or TARGA
- ECHO graphic image file in CGA, EGA, VGA or SVGA format.
- ECHO.
- ECHO KEY The KEY command will wait for the user to press a key.
- ECHO.
- ECHO.
- ECHO.
- ECHO. EXAMPLE DESCRIPTION
- ECHO ═══════ ═══════════
- ECHO.
- ECHO SHOW bricks.gif Display the bricks screen in VGA format.
- ECHO KEY Wait for you to press a key.
- ECHO.
- ECHO.
- ECHO.
- ECHO Press any key to view this example.
- key
- clr-text
-
- show bricks.gif
- key
- textmode
- cls
- ECHO Now lets add some SPEECH to this example.
- ECHO ────────────────────────────────────────
- ECHO.
- ECHO COMMAND DESCRIPTION
- ECHO ═══════ ═══════════
- ECHO.
- ECHO SAY The SAY command is used to play SPEECH, MUSIC and SOUND EFFECTS
- ECHO thru the PC speaker. The are several speech files included in
- ECHO this package. The register version contains over 1 MILLION.
- ECHO.
- ECHO SAY-SB The SAY-SB command is used to play VOC files thru your Sound
- ECHO Blaster card. With a Sound Blaster card you can record your
- ECHO own voice/music files and play them back with Multimedia 1.
- ECHO.
- ECHO. EXAMPLE DESCRIPTION
- ECHO ═══════ ═══════════
- ECHO.
- ECHO SHOW bricks.gif Display the bricks screen in VGA format.
- ECHO SAY welto Play the "welcome to" speech.
- ECHO SAY multi1 Play the " multimedia 1" speech.
- ECHO KEY Wait for the user to press a key.
- ECHO.
- ECHO.
- ECHO Press any key to view and hear this example.
- key
- clr-text
-
- show bricks.gif
- say welto
- say multi1
- key
- textmode
- cls
- ECHO.
- ECHO Now lets add a SCREEN EFFECT to this example.
- ECHO ─────────────────────────────────────────────
- ECHO.
- ECHO COMMAND DESCRIPTION
- ECHO ═══════ ═══════════
- ECHO.
- ECHO ZOOM OUT The ZOOM OUT command will shrink the graphic image into the
- ECHO center of the screen. This is just one of several screen
- ECHO effects included in this package.
- ECHO.
- ECHO.
- ECHO. EXAMPLE DESCRIPTION
- ECHO ═══════ ═══════════
- ECHO.
- ECHO SHOW bricks.gif Display the bricks screen in VGA format.
- ECHO SAY welto Play the "welcome to" speech.
- ECHO SAY multi1 Play the " multimedia 1" speech.
- ECHO KEY Wait for the user to press a key.
- ECHO ZOOM OUT Will collapse the screen into the center.
- ECHO.
- ECHO.
- ECHO Press any key to view and hear this example.
- key
- clr-text
-
- show bricks.gif
- say welto
- say multi1
- key
- zoom out
- textmode
- cls
- ECHO.
- ECHO.
- ECHO ╔════════════════════════════════════════════════════════════╗
- ECHO ║ ║
- ECHO ║ THAT'S IT - With these basic commands you can create ║
- ECHO ║ your talking slide show. This is just a small example ║
- ECHO ║ of the capabilities of this new and innovative package. ║
- ECHO ║ Please view the User Manual for more information on ║
- ECHO ║ all of the Multimedia 1 commands and how to use them. ║
- ECHO ║ ║
- ECHO ╚════════════════════════════════════════════════════════════╝
- ECHO.
- ECHO Press any key to return to the Main Menu.
- KEY
- clr-text
-