About

Recent Posts

Make your Computer Talks

Wednesday, 5 March 2014

Make Your Computer Talks

Follow these steps and make your computer talks and you also know that your computer is male or female 
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")
Spe