Pages

Thursday, June 16, 2011

Check Whether Your PC is Male or Female

Do u wanna check whether your computer is MALE or FEMALE...? 
To find out whether your computer is male or female just follow the steps given below...
  •  Open Notepad
  •  Now type the following code (one line code) in notepad:
             CreateObject("SAPI.SpVoice").Speak"i love you"
  •  Now save the file as "pc_gender.vbs" (you can save the file with any name as your wish like anyname.vbs)
  •  Double click the "pc_gender.vbs" to run it

If you hear male voice, your computer is male and if you hear female voice then your computer is female... Now check urs PC!!!

2 comments:

  1. while im trying to check whether my pc is male r fmale..wen i double click on Vbs file
    im getting error msg\

    Error:800A01A8

    its showing dat VBScript runtime error

    ReplyDelete
  2. Thank u Shakmirza@jits1 for ur feedback &interest in our blog
    U got Error:800A01A8 that means you're trying to use an Object that hasn't been created...so type the one line code as mentioned above...
    i.e
    CreateObject("SAPI.SpVoice").Speak"i love you"

    ReplyDelete