home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / CHILDREN.ISO / teach / makeword.bat < prev    next >
DOS Batch File  |  1992-11-01  |  2KB  |  48 lines

  1. @ECHO OFF
  2. ECHO 
  3. CLS
  4. ECHO.
  5. ECHO                                   * WARNING *
  6. ECHO.
  7. ECHO  This program will rewrite the WORDS.TXT file.  The WORDS.TXT file contains
  8. ECHO  all of the spelling words for TALKING TEACHER.  Use this program to change
  9. ECHO  these spelling words to match your child's weekly spelling words.  If you
  10. ECHO  chose to change this these spelling words, you will need to record each of
  11. ECHO  the WORDS0.VOC to WORD20.VOC files with your sound board's voice editor.
  12. ECHO.
  13. ECHO  Refer to your Sound Board Manual for more info. on how to record your voice.
  14. ECHO.
  15. ECHO  There are 21 spelling words that can be used with TALKING TEACHER. The Voice
  16. ECHO  files associated with these words are called WORD0.VOC to WORD20.VOC. Please
  17. ECHO  turn your printer ON, this program will print the new words.
  18. ECHO  The first word (WORD0.VOC) should be your child's name.
  19. ECHO.
  20. ECHO.
  21. ECHO Press Ctrl C to abort or
  22. pause
  23. CLS
  24. ECHO ╔═════════════════════════════════  WORD MAKER  ═════════════════════════════╗
  25. ECHO ║        PRESS      FUNCTION                                                 ║
  26. ECHO ║        ~~~~~      ~~~~~~~~                                                 ║
  27. ECHO ║           F6 - To SAVE and EXIT.                   BEGIN EACH LINE WITH    ║
  28. ECHO ║           ^C - To ABORT. (^=Ctrl)                  A NEW SPELLING WORD.    ║
  29. ECHO ║   LEFT ARROW - To DELETE last character typed.                             ║
  30. ECHO ║                                                                            ║
  31. ECHO ╠════════════════════════════════════════════════════════════════════════════╣
  32. ECHO ║    EXAMPLE:                                        Check your spelling !   ║
  33. ECHO ║             HI                                                             ║
  34. ECHO ║             BYE                                                            ║
  35. ECHO ║              :                                                             ║
  36. ECHO ║             (F6) (ENTER)  --------  PRESS F6 AND ENTER TO SAVE & EXIT.     ║
  37. ECHO ╚════════════════════════════════════════════════════════════════════════════╝
  38. ECHO.
  39. COPY CON: WORDS.TXT
  40. CLS
  41. ECHO.
  42. TYPE WORDS.TXT 
  43. ECHO.
  44. ECHO RECORD ALL OF THESE WORDS WITH THE SOUND BOARD VOICE EDITOR (VEDIT.EXE).
  45. PAUSE
  46. PRINT WORDS.TXT
  47. echo 
  48. CLS