cOuNtEr

RSS

Make Ur computer to speak

Make Ur computer to speak anything U want

Step 1: Open Notepad and paste the following text into a new document:

Dim message, sapi
message=InputBox("Enter the text you want the computer to speak","Speak This")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Now save as .vbs format.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments:

Post a Comment