Monday, January 18, 2010

Talk To My Computer

Halo,..today, i would like to share with you the simple program which is, you can talk with ur own computer.. Here's the trick. First of all, you need to : -

1)Open the notepad
2)Copy this coding into the notepad without ♥ symbol

strText = inputbox("What should Sam say?","SAM")
set objVoice = CreateObject("SAPI.spVoice")
ObjVoice.speak strText

3)Save it as MICROSOFT SAM.vbs

Lastly, try to double click on that program. WhaCk !! the program make the computer talk to you ! ^_^

No comments: