Tips | Make Computer Talk


Want to make your computer talk? Eits do not get me wrong, these tips are not using sound, speakers, or other recording devices. it takes only a few settings only ..


Follow these steps:
1. First, open notepad.
2. Copy-Paste the following script:
Dim msg, cow msg = InputBox ("What do you want me to say?", "Enter the words")
Set ox = CreateObject ("sapi.spvoice")
sapi.Speak msg
3. Save as, then select all files then you name mypc.vbs
4. Finish. Try now you click 2x

Or if that does not want to use the InputBox (currently at click 2x straight talk without the need to insert the words).
Script like this:
Dim msg, cow msg = "Replace with your words"
Set ox = CreateObject ("sapi.spvoice")
sapi.Speak msg

These tips I have tried and the results: 100% Tested n worked ..!
Good luck
source: remo-xp.com

No comments