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 add standard and custom Metadata to PDF using iTextSharp

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

How to generate direct line token to start a new conversation between your own client application and bot framework in Java