Thursday, 12 December 2013

How to Make Your Computer Speak Whatever You Type

How to Make Your Computer Speak Whatever You Type:-
   
Create YOUR OWN vbs script program to make your computer talk!!


How to Make Your Computer Speak Whatever You Type

Steps

1. Open the Notepad.

2.Copy/Write the code as given below into the notepad.

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message


3. Save the file with any name with an extension .vbs

4. Run the file, type anything you want in the textbox and press OK.




NOTE ; The program shuts down after its function

Unknown

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

0 comments:

Post a Comment

 

Copyright @ 2013 Mandeep Cool.

Designed by Templateism | Mandeep