*General Instruction:Copy the code and save it with .vbs extension and double click it.To terminate the process end Wscript.exe in processes from Task Manager.
Dim msg, sapi
msgbox(“Turn on de speakers:-)”)
msg1 = InputBox(“enter”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg1
Dim msg, sapi
msgbox(“Turn on de speakers:-)”)
msg1 = InputBox(“enter”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg1
No comments:
Post a Comment