Did you think that your computer will speak, did you believe it if it speaks.yes it is possible. If you type a word in your computer it will speak that word.This trick can be performed in all types of windows operating system. perform this trick and delight your friends. This trick will not affect your computer or laptops etc.
To perform this trick go to->notepad and then copy the below codings and paste it on ur notepad.then save
the file as speak.vbs in your desktop or in your desired location.Now double click and open the file, a
pop-up will open,in that type the word you want to speak and press ok...now see the magic your computer will speak the word you typed.enjoy it.
Coding:
Dim message, sapi
message=InputBox("Type the word to speak?","Speak")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
To perform this trick go to->notepad and then copy the below codings and paste it on ur notepad.then save
the file as speak.vbs in your desktop or in your desired location.Now double click and open the file, a
pop-up will open,in that type the word you want to speak and press ok...now see the magic your computer will speak the word you typed.enjoy it.
Dim message, sapi
message=InputBox("Type the word to speak?","Speak")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
No comments:
Post a Comment
Your comments are valuable to us