Wednesday, March 26, 2014

How to speak your computer????

How to speak your computer???? .....

Firstly you have to open a new notepad file, then you copy this code into notepad and save this as " .vbs " format. Then double click this file and write hear what you want to speak out by your computer.... the code is given below:


"   Dim message, sapi
message=InputBox("Hi this is RoCkY. Do you want ur computer to speak?","for more tricks visit computertips.lv2lvu.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message   "


The file is looking like this....