How To Make Your Computer Speak What You Type


Let get start :

1. Open Notepad
2. Copy and paste below code to the notepad
Dim message, sapi
message=InputBox("www.trozans.blogspot.com","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

3. Save it as .vbs file extension

4. Run the file that you just saved and type what you want your computer to say

                        5. Enjoy!!!

Comments

Popular Posts