Tag: Talk XP

  • Apna XP bhi Bolta hai !!

    Yes Windows XP can Talk !! Those who don’t Believe don’t read ahead !!

    Get back to the Point, XP can Talk. I am not drunk !! its just a part of scripting. All you need is to Create a .VBS file ( VB Script ).

    Method :

    1. Open a Text pad like Notepad or any.

    2. Put the Following code in it.

    Dim msg, sapi
    msg=InputBox(“Enter your text”,”Talk it”)
    Set sapi=CreateObject(“sapi.spvoice”)
    sapi.Speak msg

    3. Now save the File with name “talkxp.vbs”

    4. And now run that file just by double clicking that file !!

    File Can be downloaded from here