Make Your Windows XP Talk As You Type

Its been a long time since I have written on Windows XP. So, I just came up with this one, its quite simple. Open a text file in notepad and copy the following code:

Dim msg, stp
msg=InputBox(”Enter your text”,”Talk it”)
Set stp=CreateObject(”sapi.spvoice”)
stp.Speak msg

Give the file .vbs extension, this will create a VBScript File.
Then, once you click on the .vbs file, it would prompt you for a text. Type in the text and click on enter.
Tricks © 2008-2009.