Make your PC speak what you write

Have you ever wondered how to make your computer speak what ever you type. Like in movies. Yes, it is possible. Well if you wish to know how to do this, then you have come to the right place. With this trick you can make your computer speak by making script in windows.

To create this script, follow the steps given below :

Step 1: Open Notepad.

Step 2: Copy and paste the extract given below in notepad.


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

Step 3: Click on "File" menu, then click on "Save As" and save the file as Speak.vbs or "*.vbs".

Step 4: Double click on the file you saved, the window will open like the one in the image given below. Enter some text in enter text column and click OK.


Now your computer will speak what you type.

Share your tricks and experience with THUNDER TECH STORM.

0 comments:

Post a Comment