Make your Windows XP talk

Open notepad and paste the following code and save the file with .vbs extension, it will create a VBScript File.
It will prompt you for a text, input the text and press ok.”

;copy from here————–

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

;———-to here
Download the .vbs file

Tagged with  
, , ,

16 thoughts on “Make your Windows XP talk

  1. [...] viaWindows Text to Speech Convertor: Try at Home | GeniusHackers.Com [...]

  2. tooo gud man

  3. [...] viaWindows Text to Speech Convertor: Try at Home | GeniusHackers.Com [...]

  4. cool
    it works 4 me

    kvn.. u have to change the file type to all files when u save

  5. it does’nt work for me. it open ups in notepad even i gave the vbs ext.

  6. [...] Genius Hackers points out a quick way to convert text to speech in Windows using a Visual Basic script. [...]

  7. [...] Genius Hackers points out a quick way to convert text to speech in Windows using a Visual Basic script. [...]

  8. I tried ur file and it keeps saying error lmao it says that actveX couldnt create the object :(
    well my computer has xp too, so ill try with xp later cya

  9. Satish

    Hey i m familiar with VB environment…..Can u tell me some other programming code of ObjectCreation…..

    my id is manish.manishr@gmail.com

  10. Hi Eaton
    Please try it again, also check the .vbs file I created.
    http://geniushackers.com/blog/wp-content/uploads/2008/07/xp-talk-geniushackers.vbs
    This thing works in vista to.
    Tell me if this helped.

    Satish Gandham

  11. is a problem if I use windows vista? :P

  12. It doesnt works it says the following:
    Line: 3
    Character: 1
    “ActiveX couldnt create the object: ‘sapi.spvoie’
    Code: 800A01AD
    how can I fix it?

  13. SR-71 Blackbird says:

    Very simple… but very cool trick

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>