Do you know? Your computer can talk to you. He reads a word that we give. For this we need to write one program. Let's start then.
1. Open the Notepad.
2. Now copy and paste below code.
Dim Message, Speak
Message=InputBox("Enter text","speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
3. Type in the .vbs name at the end of the save when you save it.
4. Now open and type in something in the box and click ok.
*Now he reads what we type. :)
No comments:
Post a Comment