Make your Computer Talk

Make your Computer Talk

1.Open Notepad.

2.Copy and paste the exact code given below.




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

3.Save the file as "Speak.vbs" ( you can also save with different name but extension must be *.vbs )

4.Just run the "Speak.vbs"

Comments

Popular posts from this blog

Restore Windows 10 for Phones to Windows Phone 8.1

Building Your First Android App