Wednesday

Make your Computer Talk



In this article, you will learn a trick to make your computer speak. With this trick, you can create a script in windows which will make your computer speak whatever you input to it. This notepad trick make the computer talk using code in notepad. 

You can easily make your computer ready to speak what you want to type in the notepad. This is a surprising trick to your all friends or colleague. By using this trick your computer is ready to repeat the words whatever you type any kind of text.

You can easily use this trick. This trick works properly. Without any doubt, you can impress your all family members, friends or colleague. To make your computer talk follow the below steps.


Read : How to fix "usb device not recognized" message



Make your computer talk



Step 1. Open Notepad.

Step 2. Paste the below code in Notepad.


Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


Step 3. Save the file as speak.vbs. When you save the file, select All Files in the Save as type option.




You can replace speak with any name you want.

Also Read : Change computer time using notepad



Step 4. Open the file, a window will open like the below image. Enter some text in the text column and click ok.




Now your computer will speak/talk what you typed in step 4. This trick works on all versions of windows. You can use this trick on Windows XP, Windows 7, Windows 8, Windows Vista. Now you know to make your computer talk.



No comments:

Post a Comment