Editor Picks

Welcome to ABHIJEET VISHEN's Blogger Register YourSelf For Ethical Hacking Classes To Be an Expert & Win Prizes"    Register Your Self to Learn Ethical Hacking,Hardware & Networking,HTML,DOT NET,PHP

Tuesday 12 June 2012

How to make computer speak whatever you type ?


How to make computer speak whatever you type ?

To make your computer speaks whatever you write just follow the steps below.There is no requirement of any software it is just a simple trick.
Open Notepad and copy the following code.

     Dim message, sapi
      message=InputBox("What do you want me to say?","COOL TIPS and TRICKS")
     Set sapi=CreateObject("sapi.spvoice")
     sapi.Speak message


Save the file as speak.vbs
Now, close the notepad and open it again and you are done

0 comments:

Post a Comment