Friday, 14 December 2012

MUST TRY : TRICK YOUR COMPUTER SPEAK NOW

This is a very funny trick. By using this trick you can make your computer to speak whatever you type.
This trick is working on all Microsoft operating system it doesn't require any programming skill. Follow the below steps and your own Text to speech software is ready.


Lets begin the tutorial, follow the below screenshot and make your computer Speak whatever you Type.:


This trick requires only three simple steps :-
 
1. Open the Notepad and Copy and Paste the below code in it.

Dim message, sapi

message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message


2. Now Save As the Notepad file as Speak.vbs on your Desktop.

 
3. Now double click on Speak.vbs and type in Box,and click OK button, whatever you want your Computer speak to you.


This is a really funny trick to impress anyone with your skill.

No comments:

Post a Comment