Showing posts with label make your computer speak:. Show all posts
Showing posts with label make your computer speak:. Show all posts

Monday, December 12, 2011

make your computer speak:


    type the following code in notepad


    Dim message, sapi
    message=InputBox("What do you want me to say?","Speak to Me")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak message


    save it as xxx.vbs