Sunday 3 February 2013

NOTEPAD TRICKS : Make your Computer Talks: BEST!

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","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

HOpe you enjoy !
keep visiting !

No comments:

Post a Comment