Hey Wanna Make Your Very Own Soft ? That can narrate you the whole thing that you type in it? Good. In my this post i'll show you how to do it.
Just Copy the below text and paste in a notepad. But this Time save it as a .VBS
here's the code:
Dim msg, sapi
msg=InputBox("Enter your name","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Save it as:
anything.vbs
eg. talk.vbs
You are done! Enjoy!
0 comments:
Post a Comment
A Feedback Costs Nothing Friends.