How to Make Your Computer Speak?

Wanna make your computer speak? That would
sound funny! But, it's real, and I'm not joking. Here, have a


look at this trick:
1.) Open Notepad
2.) Copy the text below and paste it on the just-
opened Notepad window
Dim Message, Speak
Message=InputBox("Enter text","Speak") Set Speak=CreateObj
ect("sapi.spvoice")
Speak.Speak Message
3.) Save the file with the name "Speak.vbs" without
the quotes
4.) Open the created file, and at the just-opened
window, write a text and then type OK. Before that, open your
speakers and increase the volume...
Did you like it?

Post a Comment

0 Comments