Breaking News

How To Make Your Computer Speak What You Type

Make Your Computer Speak What You Type
This is one of the greatest notepad tricks that will make your computer speak what you type. You can create your own text to speech software by using this code.


1. Open Notepad
2. Copy and paste below code to the notepad 

  • Dim message, sapi
    message=InputBox("http://vanndetblog-it.blogspot.com","Speak to Me")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak message
notepad tricks

3. Save it as .vbs file extension

notepad tricks

4. Run the file that you just saved and type what you want your computer to say
5. Run it and type what you want