Have you ever listned to your computer speech???
> First open Notepad and copy below codes
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
> Now save the notepad file as talk.vbs
> Don't forget to select the type as all files below the name.
> Now close the notepad file and open it again.
> Done !!!
0 comments:
Post a Comment