How to make you computer talk?
In this post I am going to show you cool windows trick that will make your computer talks what you type . This would be fun to do on someone else’s computer as a joke. Now enjoy it and type any text in it and talk to your computer as you want. No need any software to do that, just simple trick.
Method to Talk
- Open Notepad
- Paste the following code in it :
Dim Message, Speak
Message=InputBox(“Enter Text to Talk o”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message
3. Save the file give it any name you want but don’t forget to save the file type as ” .vbs ”
Direct Download Links
4. Open the file and type what you want to be spoken.
5. It will now speak what you type and then close.
No comments:
Post a Comment