To check whether your computer is Male or Female :
Step 1 : Open Notepad
Step 2: Type the follolwing lines
CreateObject("SAPI.SpVoice").Speak"Hello"
Step 3 : Save the file as computer_gender.vbs
It'll read out the text that you have written in the file inside the
"". I have written Hello, so it'll speak Hello either in male or
female tone.
Comments
Post a Comment