Introduction: Make Your Computer Talk
Step 1: Open Notepad
Open up Notepad on your windows xp, windows 7, or windows 8 computer.
Step 2: The Code
Type this into Notepad:
Dim text, sapi
text=inputbox("enter text to be spoken")
Set sapi=Createobject("sapi.spvoice")
sapi.Speak text
Now what does this mean?
-When you execute this script it first creates a input box which is recognized as "text".
-Then the script sets up the sapi so we can now use it (this what will speak)
-Lastly it takes what was typed into input box "text" and sends it to the sapi to be spoken.
Step 3: Save Your File
Now you need to save your file.
First Click file>save as...
Next choose any file name but be sure to put .vbs afterwards. Ex. Filename.vbs
Then be sure to click next to Save as type: and then in the drop down menu click All Files
Click save.
Step 4: Execute Your File
The last step is to locate where you saved your file and double click it.
In the input field enter something and click ok.
Congratulations! You just made your computer talk!
Other notes:
• this is written in a Visual Basic scripting language (vbs)
• this only works with windows xp and higher
• if your having trouble or have questions feel free to ask me in the comments.
40 Comments
3 years ago
I use windows 7
8 years ago on Introduction
Ok I've made it , but how do you get to tell you to do something at a specific time ? How do the end ifs work ?
Reply 3 years ago
just try naming the time if you know what i mean.
Reply 3 years ago
you see you have to give it a specific CODE for what time and sadly.....i do not know that CODE
7 years ago
Yah........... My stuff is better......
Reply 3 years ago
hey be nice man.
3 years ago
hi i'm just here to give you positivity and encourage you. so if you have a question feel free to ask.
Question 4 years ago
I used the code to turn statements into computer voiced statements but I know there is a way to set the notepad code to automatically activate with already saved statements so the computer will ask questions or say a greeting when the computers desktop is opened. So, my question is what is the coding for this to happen?
Answer 3 years ago
pk,try it.
Reply 3 years ago
i meant ok not pk
5 years ago
hi.Thank you but I got an error message saying;Object doesn't support this property or method:"Setsapi". Code 800AO1B6
????
thanks
Reply 3 years ago
don't worry,try to reroute it.
8 years ago on Step 2
Reply 3 years ago
nice! keep up the good work
6 years ago
Its not working on my bank computer nd giving an error
Windows can't find C/users/hp/desktop /hello.vbs. Make sure you typed the name correctly and then try again
What should I do???
Reply 3 years ago
try overriding the error. worked for me
10 years ago
We can easily keep the the box open by creating a loop. Simply put the word "Do" without quotes in front of the rest of the code, and end with "loop until text = false" I hope this isn't to confusing.
Reply 3 years ago
ok,thank you.
Reply 10 years ago on Introduction
Great, works fine, thank you
10 years ago
It works for win 8