Unordered List

Monday, May 6, 2013

Convert Text into Voice With Notepad

This is really awesome trick with simple notepad,  How to convert a text into voice? I know, first you search for converting software on internet. You don’t need any software, This is a trick from Notepad. Notepad is not a simple letter writing program,It much more.  You can make html,Java scripts and other file with Notepad.  Now i share how to make a text-voice converter with Notepad. Follow this post and enjoy…






  • First open Notepad.

  • Copy below code and Paste it on Notepad.


Dim Message, Speak
                          Message=InputBox("Enter Text to Talk - TechToones","Speak")
                         Set Speak=CreateObject("sapi.spvoice")
                         Speak.Speak Message

  • Save it with .vbs extension ( Example: converter.vbs)


Leave a comment ……………………… below………………………..

0 comments:

Post a Comment