Make Your Computer Speak Using Note Pad


Have you ever regarded how can you create your pc talk about whatever you input to it like in the movies? Would it not be fun? If only it was possible! Delight, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this technique, you can create a program in Windows which will create your computer speak whatever you feedback to it.

To create one such talking program, follow the steps given bellow:-

Steps:

  • Open Note pad.
  • Copy the text given in the bellow box and Paste it into the Note pad.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
  • Click file on menu bar, then Save As, choose All Types in Save as Type option, and save the file as "Speak.vbs" or "*.vbs".
  • Double click on the Saved file, a screen will appear like follow. Then write some text inside enter text box then press OK.

Now your Computer will speak / talk what you entered in last step. Try it yourself.

Windows Compatibility: This VBS file can be implemented on all variations of Windows such as Windows XP, Windows Windows vista and Windows seven.

Personal Experience: I individually revealed this technique to many of my buddies and they were basically left awestruck. You too can make an impression on your buddies by making your computer speak and be the Computer Wiz.