Hii Friends,Have you ever wondered how your computer speak whatever you are typing.This is very interesting fun with your computer.This is done by simple creating a vb script.In this script your computer are able to speak whatever you are typing.
Now I am telling how to do this....Step 1:-Open Run by pressing "Win key +r".
Step 2:-Type "Notepad" and press enter key.
Step 3:-Copy paste this code.
Dim Message,Speak
Message=InputBox("enter the text","Speak")
set Speak=CreateObject("Sapi.spvoice")
speak.speak Message
Step 4:-And the save this file with extension for example "speak.vbs"
Step 5:-Now open this a dialogue box will open.and type any text,whatever you it will speak.
No comments:
Post a Comment