Let your computer speaks whatever you type:
Step-1 Open notepad ( Start > All Programs > Accesories > Notepad)
Dim message, sapi
message=InputBox("helllo , Do you want your computer to speak?")
Set sapi=CreateObject ("sapi.spvoice")
sapi.Speak message
message=InputBox("helllo , Do you want your computer to speak?")
Set sapi=CreateObject ("sapi.spvoice")
sapi.Speak message
Step-3 save it with ' .vbs' extension.
Step-4 click on the icon it will show window like below
Step-5 type text and click on ok.
No comments:
Post a Comment