11:48 PM | Posted in
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.
Category:
��

Comments

0 responses to "Make Ur computer to speak"