Search found 1 match
- 12 Dec 2015 11:00
- Forum: DOS Batch Forum
- Topic: Talking with a speech synthesizer
- Replies: 3
- Views: 5041
Talking with a speech synthesizer
i usually dont need help but this code line wont work ...help the codez: @echo off :start echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "temp.vbs" echo hello what should i say? set /p talk = set text=%talk% echo speech.speak "%text%" >> "temp.vbs" ...