Is your computer boy or girl?

Would you like to know that your computer is a girl or boy?

If so Try this :)

  1. Open your notepad
  2. Copy and paste CreateObject("SAPI.SpVoice").Speak"Hi Darling, How are you" 
  3. Save as computer_sex.vbs
  4. Run the file
Now what you  hear? If you hear a male voice you have a boy computer, if it is a female voice, well, you have a girl computer.

I have a boy computer :)). How is yours?? 

Also you can get the name of the voice owner by including below code.

Set VObj = CreateObject("SAPI.SpVoice")
For Each Voice In VObj.getvoices
I = I + 1
VObj.Speak "Hello I am " & Voice.GetDescription & " and Nice to meet you"
Next 


 

Comments

Popular posts from this blog

How to set and get Metadata to image using BitmapMetadata class in C#

How to add standard and custom Metadata to PDF using iTextSharp

Generating XML using DBMS_XMLGEN