How
To Make Your Computer Speak Whatever You Say
Hi Friends while I was browsing I found this
funny trick in which you can make your
computer speak whatever you say.
STEPS TO MAKE YOUR COMPUTER SPEAK:
1.Open your notepad.
2.Copy the below code and paste it in your notepad.
2.Copy the below code and paste it in your notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3.Now save the notepad file with the name speak.vbs on your desktop.
4.Double Click on speak.vbs and type in the box whatever you want your computer to speak to you.........
5.Enjoy the funny trick..Keep visiting.
If you are getting some
error then .NET framework might be missing on your PC.Click here to install
.NET framework.
for more visit::alltechbuzz.net
No comments:
Post a Comment
Note: only a member of this blog may post a comment.