Make Your Computer Talk to whatever you type
This trick is working on all microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.If you show this software to any of your friends he will be certainly impressed with you .
Ok,the trick is fairly simple and requires only 3 simple steps from your side.Let’s Begin the tutorial with screenshots to Make Your Computer Speak Whatever You Type
STEPS:
1.Open Notepad and copy and paste the following code into it.
Dim message, sapi
message=InputBox("Type anything.. by:dEzOl Universe.. ","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Code:
Note: Make the code exactly like above. Replace break code <br /> with a new line.
3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.



