Funny 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