talking computer
You can create voice from your computer. whatever you will write
in the box, computer will talk the same words. process the given below.
·
open
notepad and write this code.
Dim message, sapi
message=InputBox("aslam-o-alaikum friend. I am going to read book ?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
message=InputBox("aslam-o-alaikum friend. I am going to read book ?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
·
in
this code i have written (aslam alaikum friend I am going to read book) but you
can change it but don't change any other word from the code.·
Now
save this file with extension .vbs
·
Now
write some thing in the box and click ok and done :))