Header Ads

Windows XP Can Speak Your Words

Do you know that xp can speak your words? If you didn't know it just follow the given procedure below.


Open notepad and paste the following code and save the file with .vbs extension, it will create a vbscript file.
it will prompt you for a text, input the text and press ok.”

CODE:
dim msg, sapi
msg=inputbox("enter your text","talk it")
set sapi=createobject("sapi.spvoice")
sapi.speak msg

Now try it and share it.

No comments

Powered by Blogger.