Speak! for Your Computer
by TOX1K DEFTON3 in Circuits > Microsoft
1321 Views, 27 Favorites, 0 Comments
Speak! for Your Computer
For the 10 favorites I got on my first Technology instructable, I'm going to give you guys this quick and easy 1 step Technology instructable. MAKE YOUR COMPUTER TALK! You can make your computer say whatever you want it to say via Notepad on Windows.
Step 1: Notepad and Saving
What your going to want to do is copy and paste this line of coding into Notepad: (It's between the #'s)
####################################################
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
####################################################
Save this in Notepad as "Speak.txt" without the quotes, then save it again as "Speak.vbs" without the quotes. The Speak.txt file is the Notepad save, and is not required for the Speak.vbs file to work. That's it!
==============================================================
If this gets 15 favorites, prepare for website fiddling!