Open a Notepad
Write this code on that
Dim msg, sp
msg=InputBox("Enter your text here that will speak to you"
Set sp=CreateObject("sapi.spvoice")
sp.Speak msg
Save it as talktome.vbs
Double click on the saved file to run software.
Anything you enter in textbox & click ok will be spoken.
No comments:
Post a Comment