Powered By Blogger

Monday, 22 April 2013

Check the 'gender' of your PC.


1) Open notepad.
2) Place the following code notepad.

Code:

dim Message, Speak
Message=InputBox("Enter Text:","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

3) Save the file with any name with extension '.vbs'
4) Close the file.
5) Open that file and see the magic.





No comments:

Post a Comment