Your Windows computer can be either amale or female. To find that out, just create a simple VBScript withone line of code that calling Microsoft Speech API function,SAPI.SpVoice, to hear its voice from text-to-speech (TTS) engine.
I learned this from Facebook and for those who are interested, give 20 seconds to this audible screencast:
Now, turn the speaker volume to louder and do it yourself, by following the visual guide or these written instructions:
1) Open Notepad and type this (or copy and paste):
CreateObject("SAPI.SpVoice").Speak "I like PCTipsbyAnu.TK"
2) Press CTRL+S (or File menu then Save As), change the “Save As Type” from Text documents (*.txt) to All files (*.*).
3) In the File name text box, type a file name ended with
.vbs
file extension – this is to ask Notepad to save it as a VBScript file.4) Double click the VBS file and you should hear voice from thecomputer – by then you will know the sex of your Windows computer
Thanks....
0 comments:
Post a Comment