Labels

Cool Social Media Sharing Touch Me Widget by Beautiful Blogger Widgets

Search This Blog

Followers

Thursday, October 18, 2012

Your computer speaks what you type

 This is very good and interesting java script trick which let your computer speaks whatever you type. There is no requirement of any software.


First open notepad and copy following codes


   Dim message, sapi
      message=InputBox("What do you want me to say?","saiviru")
     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!!

No comments:

Post a Comment