Search This Blog

Saturday, January 1, 2011

TRICK TO MAKE YOUR PC TALK-TRICK

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYcwUWJvRfXhgFw_V6HGwTkcIRKP3Cl5aOO-B7RLMLoAtdECzO5uRh0gRbMcYSKX30Tu9HuneQoXfzjZ5x5uAaxjXUVL40bxNeRpjdJtM8RewbzFM04AZSlGjPXpEwe-6_7F8W0Z94i5s/s1600/talking+pc.jpg
Here is a simple trick to make your PC Talk with you. Try it Once you will surely like this.

~::STEPS::~
1. Open a Notepad File.
2. Copy the code given Below and Paste in that Notepad File.

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
3. Save the file with any name but with .vbs extension.
[Example : Name it as "Talk.vbs"]
4. It will automatically create a VB File.
5. Open that VB File. It will Prompt you to Enter Text and then Press OK.
6. Now you will hear what you typed.

[This works 100% in XP & Vista]

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...