Tuesday 6 May 2014

Know your Computer gender or make your computer speak what you type

There are many inbuilt features in PC out of which some of them are useful and some of them are funny. So today i am going to tell a little funny magic trick through which your computer will speak whatever you type. And with this funny trick you can know that what is your computer gender? Follow my Steps:-




Steps

1.) Open  "NOTEPAD".


2.) Copy and paste below given code in NOTEPAD


Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message




3.) Save your File as SPEAK.VBS or ANYNAME.vbs  (Don't Forget to add .vbs after file name)

4.) Open the Saved File and a new window will get opened as shown in the given image.


5.) Now type anything and know your computer gender.

Enjoy & Thanks!

No comments:

Post a Comment