How to Make Your Computer Talk!
by Bert99 in Circuits > Computers
10250 Views, 7 Favorites, 0 Comments
How to Make Your Computer Talk!
This will be Fun!
The First Step
Go to Start-all programs-accessories-notepad
type in this code:
Dim userInput
userInput = InputBox("Type below anything to hear you PC speak it!")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
Dim userInput
userInput = InputBox("Type below anything to hear you PC speak it!")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
Saving
click file-save as-desktop and save as speak.vbs
Test It
Test it