Monday, December 22, 2014

Does Your Computer want to speak? Let's do simple programing for that






Step 1   :   open notepad 
Step 2   :   just copy and paste these scipt in that.
              
                   Dim message, sapi
                   message=InputBox("What do you want from msm.fathih?","Speak to Me")
                   Set sapi=CreateObject("sapi.spvoice")
                   sapi.Speak message



Step 3  :   go to file save it as  "Speak.vbs" in your desktop 
Step 4  :   open and type anything, just click ok button your computer will talk 


by Admin

Share this

0 Comment to "Does Your Computer want to speak? Let's do simple programing for that"

Post a Comment