home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / education / keyspeak / !KeySpeak / !Run < prev    next >
Text File  |  1992-08-25  |  957b  |  27 lines

  1. | KeySpeak run comand file
  2. |
  3. SET KeySpeak$Dir <Obey$Dir>
  4. if "<System$Path>" = "" then Error 0 System resources cannot be found
  5. |
  6. RMEnsure SoundDMA 0.00 RMReinit SoundDMA
  7. RMEnsure SoundScheduler 0.00 RMReinit SoundScheduler
  8. RMEnsure SoundChannels 0.00 RMReinit SoundChannels
  9. RMEnsure SoundDMA 0.00 Error 0 SoundDMA module not found
  10. RMEnsure SoundScheduler 0.00 Error 0 SoundScheduler module not found
  11. RMEnsure SoundChannels 0.00 Error 0 SoundChannels module not found
  12. |
  13. RMEnsure SharedCLibrary 3.50 RMLoad System:modules.CLib
  14. RMEnsure SharedCLibrary 3.50 Error 0 You need to have SharedCLibrary 3.50 or greater
  15. |
  16. RMEnsure VoiceSynth 0.00 RMLoad <KeySpeak$Dir>.VoiceSynth
  17. RMEnsure VoiceSynth 0.00 Error 0 VoiceSynth module could not be found
  18. |
  19. Audio On
  20. Speaker On
  21. ChannelVoice 1 VoiceSynthesiser
  22. Sound 1 0 0 255
  23. |
  24. RMEnsure TextTalk 0.00 RMLoad <KeySpeak$Dir>.TextTalk
  25. RMEnsure TextTalk 0.00 Error 0 TextTalk module could not be found
  26. RUN <Obey$Dir>.!Runimage
  27.