Pages

Friday, December 17, 2010

How To Make Your Coputer Speak What You Type

Do you want to make your computer speak to you? make your computer talk what you want this trick is very simple anyone can do even a baby can do this just follow this steps..

text to speak

  1. Go To Start menu >> All Programs >>Accessories >> Double Click On Notepad
  2. Copy This Code And Paste It To Notepad
    Dim message, sapi
    message=InputBox("What do you want me to say?","Speak to Me")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak message
  3. Then Save The File As Speak.vbs                                                                                                     Done..

People who read this post also read :



1 comment: