Saturday, April 28, 2012

How to Make Your Computer Talk Using Notepad!


Make you computer talk using notepad, although it is a old trick, many of you might be aware of it, but still it is worthwhile sharing it, since it quite simple and useful,you just need to create the file once and can use it for any number of times to make your computer speak using notepad with the input text you gave it each time.

Download the file without writing the code from here  Or Create your own file from few steps given below- 

1. Open the file in notepad and write the following code-
  
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg 
2. Save the file with Talk.vbs (or any name you like.vbs extension), it will create a VB Script File.

3. Click on the file created, it will prompt you for a text when you open the file, input the text.

4. You will hear whatever you had typed. It works well with Windows Xp, Vista, Win 7.

5. You have done..! Keep Sharing..!

A Similar Post of like this which uses a similar code as of above- Is your computer “male” or “female”?

For Further queries feel free to interact with us by our Facebook Page Gotechnosavvy,
Stay Connected with us, Subscribe Gotechnosavvy by RSS feed.