Make Your Computer Speak What You Type



You are at the right place, this article describes exactly how you can make your computer speak for you.

With this trick, you can make your Computer speak for you anything in its computerized voice. 


To use this trick, follow the instructions given below:-
  • Click on Start. Navigate to All Programs, Accessories and Notepad.
  • Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox("What do you want me to say?","Speak to Me")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
  • Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speaker.vbs
  • Now double click on Speaker.vbs to execute or run.
  • Type in the input box whatever you want your computer to speak for you.
Try it yourself to see how it works. You can impress your family & friends by making your Computer Speak and be the Computer Wiz.


{ 0 comments... read them below or add one }

Post a Comment