Latest!! How to Play Android Games on PC or Laptop


Saturday 8 June 2013

How to Make Your Computer Talk to you ?

Hai friends , I am back here i am going to share you on how to make your computer talk to you .Are you surprised when a computer talks like a human . It can be done in Windows with a simple Coding. The computer will talk to you as your commands. Many of us think this is impossible but this is possible with the help of Application Programming Interface [ API ].



STEPS TO MAKE COMPUTER TALK TO YOU


1.  Open a new Notepad in your Desktop and copy the following code to their

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

2 .  After copying it click on the file menu and open save as 

3.  Now save it as newname.vbs [ name can be change according to your choice ]

4. After saving in the place of notepad icon , it will change like an S Icon shap . Now Open it then it will ak you to enter some thing talk

5. After entering the desired command , computer will talk to you.

Like us on Facebook for the latest  updates . Feel free to commend , we are happy to reply.



0 comments:

Post a Comment

Contributors