Make your computer speak anything you want
Step 1: Open Notepad and paste the following text into a new document:
Dim message, sapimessage=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.
0 Response to "Make your computer speak anything you want"
Post a Comment