Talking computer




Open notepad and copy-paste these commands:
Dim msg, sapi
msg=InputBox(“Enter your text”,”Talk it”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
Save the file with as anything.vbs
This will make your pc talk the text you have entered.It works for windows 7 and older models.

Comments

Popular Posts