Make your computer talk what you type !

              This is very good and interesting Visual Basic Script Trick which let your computer speaks whatever you type. There is no requirement of any software. Just follow below simple steps.

  • First open Notepad and copy below codes
     Dim message, sapi
      message=InputBox("What do you want me to say?","ALLY JAMALY MUSSA NDIMBO")
     Set sapi=CreateObject("sapi.spvoice")
     sapi.Speak message

1 Comments

Previous Post Next Post