Speaking computer is obviously an intresting one for us. Making our computer speak isn't a very useful or heavy task but its fun to see how it speaks for whatever we type.

The best is that you can impress your loved ones, friends and peoples with this new skill. Just some regular copy paste of code and you are done. So what is it you are waiting for. Lets make our computer speak whatever we order it by typing.This trick is working on all microsoft operating system and does not require any programming skills.

3 Simple steps to Make your computer speak.

1. Open Notepad and paste given code below into it.

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

2. Click on save as and save the file as Speak.vbs at your desktop.



3. Reach your desktop and double click on saved .vbs file.

4. In prompted window type whatever ou want your computer to speak.



Have fun. Please do send your feedback to us regarding this cool trick.

Advertisement

0 comments:

Post a Comment

 
Top