Make your Windows talk what you write

January 31 20107 Commented

Categorized Under: Tips n Trix

You can make your Windows talk whatever you write. Simply write this small vbscript in notepad and save the file with a (*.vbs) extension which will create a VBScript file.

code1

After saving this file double click the .vbs file and it will prompt you for a text.

wvj_talkitLoud

Input the text & press OK to hear the inner voice of your Windows.

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

7 Responses to “Make your Windows talk what you write”

  1. mt arasu says:

    Hi Vasu,

    The above VB script is not working
    compilation error

    • vasu says:

      Oops ! First line was excluded fron the quotes.
      Try adding first line dim… as well.
      It would work now.

  2. SilverGoldi says:

    No vasu it wont work ! Cant u post vbs file directly ?

  3. vasu says:

    Guys dont disappoint me this time :)

  4. SilverGoldi says:

    No no vasu we don’t wanna disappoint you

    But the script you provided gives me same error see the picture of error

    http://i50.tinypic.com/t98nww.jpg

    [img]http://i50.tinypic.com/t98nww.jpg[/img]

  5. vasu says:

    SilverGoldi i have attached the file as well. And the problem is due to the inverted commas (“”) used in the script, they are getting auto-converted. So you may either change them or use the file i have provided.

  6. mt arasu says:

    Hi Vasu,

    Now the vb code is working. very impressive too

    Regards

Leave a Reply