Make Your Computer Talk - Type-Talk Pc Tricks
Make Your Computer Speak Whatever You Type, Your Computer Say Everything You Type, Make Your Computer Talk, Best Text-to-Speech, Computer Talk/Speak What You Type, make computer talk online, make computer talk like stephen hawking, make computer talk vbscript, make computer talk mac
- First open Notepad and copy below codes
Dim message, sapi
message=InputBox("What do you want me to say?","COOL HACKING TRICKS")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
- Now save the notepad file as talk.vbs
- Now close the notepad file and open it again.
- Done !!!