Friday 14 November 2014

How to make your pc talk

Hi,
HackVenture Readers !

Today I want to share " How to make your pc talk"
Here are the simple steps ...

Step 1) Open your Notepad.

Step 2) Write this text .

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Step 3) Save this file as "hackventure.vbs"  without
quotes.
This will create a VB Script file.

When you click on this file it will display a message
"Type your Text"
Type Hi HackVenture and press OK.

You will hear that you typed.

This trick is working on XP, Windows 7/8/Vista

Thank You!
+Muzammil Khan

No comments:

Post a Comment