Thursday, December 16, 2010

MAKE YOUR COMPUTER TALK TO YOU AS YOU WISH

Hello everyone,
This is a small piece of code that will make your computer to talk to you

HOW TO INSTALL AND USE THIS CODE:

1.open notepad

2.copy paste the following code in notepad


Dim input

Wscript.Echo "CREATED BY DARSHIT VORA"


input = InputBox("Write a message for me to say","SPEAK TO ME")


Set speech = Wscript.CreateObject("SAPI.SpVoice")


speech.speak input


3.goto file ->save .choose save as file type as all file and save the file as anyname.vbs (eg: speakapp,vbs)

4.double click on the file.type whatever you want your computer to speak....and njoyyy

No comments:

Post a Comment