Hi Readers,
Have you ever wondered how can you make your computer speak whatever you input to it like in the movies ? Would it be fun ? If only it was possible ! Rejoice because now 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 create a script in Windows which will make your computer speak whatever you input to it.
To create one such talk script, follow the steps given below ↓↓
- Open Notepad
- Copy and paste the exact code given below ↓
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
- Click on File menu, Save As, Select All types in Save as Type Option and save the file as Speak.vbs
- Double click on the saved file, a window will open like the one in the image below. Enter some text in enter text column and click Ok.
- Now your computer will speak whatever you enter in the Enter Text Column.
Windows Compatibility-Windows XP, Windows Vista, Windows 7 & Windows 8
No comments:
Post a Comment