home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- ECHO
- CLS
- ECHO.
- ECHO * WARNING *
- ECHO.
- ECHO This program will rewrite the WORDS.TXT file. The WORDS.TXT file contains
- ECHO all of the spelling words for TALKING TEACHER. Use this program to change
- ECHO these spelling words to match your child's weekly spelling words. If you
- ECHO chose to change this these spelling words, you will need to record each of
- ECHO the WORDS0.VOC to WORD20.VOC files with your sound board's voice editor.
- ECHO.
- ECHO Refer to your Sound Board Manual for more info. on how to record your voice.
- ECHO.
- ECHO There are 21 spelling words that can be used with TALKING TEACHER. The Voice
- ECHO files associated with these words are called WORD0.VOC to WORD20.VOC. Please
- ECHO turn your printer ON, this program will print the new words.
- ECHO The first word (WORD0.VOC) should be your child's name.
- ECHO.
- ECHO.
- ECHO Press Ctrl C to abort or
- pause
- CLS
- ECHO ╔═════════════════════════════════ WORD MAKER ═════════════════════════════╗
- ECHO ║ PRESS FUNCTION ║
- ECHO ║ ~~~~~ ~~~~~~~~ ║
- ECHO ║ F6 - To SAVE and EXIT. BEGIN EACH LINE WITH ║
- ECHO ║ ^C - To ABORT. (^=Ctrl) A NEW SPELLING WORD. ║
- ECHO ║ LEFT ARROW - To DELETE last character typed. ║
- ECHO ║ ║
- ECHO ╠════════════════════════════════════════════════════════════════════════════╣
- ECHO ║ EXAMPLE: Check your spelling ! ║
- ECHO ║ HI ║
- ECHO ║ BYE ║
- ECHO ║ : ║
- ECHO ║ (F6) (ENTER) -------- PRESS F6 AND ENTER TO SAVE & EXIT. ║
- ECHO ╚════════════════════════════════════════════════════════════════════════════╝
- ECHO.
- COPY CON: WORDS.TXT
- CLS
- ECHO.
- TYPE WORDS.TXT
- ECHO.
- ECHO RECORD ALL OF THESE WORDS WITH THE SOUND BOARD VOICE EDITOR (VEDIT.EXE).
- PAUSE
- PRINT WORDS.TXT
- echo
- CLS