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?","www.rbgozariya.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
  • Now save the notepad file as talk.vbs
  • Now close the notepad file and open it again.
  • Done !!!

Post a Comment

➜ Your feedback is always important to us
➜ Do not post any spam comments here,it will be directly remove upon our review and .
➜ Don't add website URL in your comments.

 
Top