Tuesday, March 25, 2014

Make Your Computer Talk What You Type.!!!!!

Welcome back again,This is very good and interesting Visual Basic Script Trick which let your computer speaks whatever you type.There is no need of any software.Just only follow simple steps.
  • First open Notepad and copy below codes into it.
Dim message, sapi
message=InputBox("What do you want me to say?","COOL COMPUTER TIPS 103")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
  •  Now save the notepad file as talk.vbs
  • Now close the notepad file and double click on talk.vbs .
  • Done...!!!!
Thank you for visit...:)

Written by

My self Arora Ankit,B.E Computer Engineer from GTU.My passion is to share my own programming skills and computer tips, tricks.Enjoy and stay updated with computertips103.If you have any problem related to computer field then feel free to leave your comment.

0 comments:

Post a Comment

© 2013 Computer Tips 103. All rights resevered. Copyright by Computertips103