You can make your computer speak whatever you input to it
like in the movies would it not be fun? If only it was possible! Rejoice,
because now it is possible. Well, if you wish to know how to do this, then you
have come to the right place. With this trick, you can create a script in
Windows which will make your computer speak whatever you input to it.
Open Notepad > Paste the following code > Save it as
Talk.VBS
Launch it > Put the text you want to talk > Click OK
Dim Message, Speak
Message=InputBox("Enter Text to Talk o","KNFORUM")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
This VBS file can be executed on all versions of Windows
including Windows XP, Windows Vista, Windows 7 and Windows 8.
No comments:
Post a Comment