Thursday, August 4, 2011

Speak Your Computer Without Software

('Speak To Computer' Without Software)This is the tutorial that teaches you to make your own software that speaks!

first open the notepad then type the following things there

Dim message, sapi
message=InputBox("What do you want me to say?","usefullwindows-tips.blogspot.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Now save the file in .vbs extension Example Speak.vbs  it will work.....
(Try !.... And Enjoy)
Computer Tips n Tricks

No comments:

Post a Comment