Follow simple steps?
Step 1: copy the code below
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Step 2:past in notepad
Step3: save the file with the extensions .vbs which visual basic script file
Step 1: copy the code below
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Step 2:past in notepad
Step3: save the file with the extensions .vbs which visual basic script file
No comments:
Post a Comment