Make your Computer Speak Whatever you Type
Yes, it's possible to make your computer speak whatever you type. Still amused by reading this trick, okay then see it by your own eyes. Follow these few steps:
- Open your Notepad.
- Copy the below given code to your notepad.
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
- After pasting save the notepad by giving the name as speak.vbs and make a shortcut in the desktop.
- Open the file by double clicking and a box appears asking "What do you want me to say".
- Enter whatever you want your computer to speak.
Comments