HEY GUYS! Today I am gonna share one more trick which helps you to get your computer speak whatever you want.
THE TRICK GOES LIKE THIS:
STEP 1 : Open notepad and paste the codes given below
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
STEP 2 : Now save that file on the desktop with the name talk.vbs
REMEMBER that .vbs extension is compulsory.
NOW EnJoy.
THE TRICK GOES LIKE THIS:
STEP 1 : Open notepad and paste the codes given below
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
STEP 2 : Now save that file on the desktop with the name talk.vbs
REMEMBER that .vbs extension is compulsory.
NOW EnJoy.

No comments:
Post a Comment