Click Here To Get Latest Tricks and Tips In Your Inbox
Powered by MaxBlogPress  

Make your pc speak whatever you type[VBS Trick]

SPONSORED LINKS

                              
Make your pc speak whatever you type[VBS Trick]

Now you can create your own text to speech converter software to make your computer speak whatever you type. I found this script on some Vietnamese site. It’s pretty cool. Just run this script and make it read any funny sentence.Copy the code given below in notepad and save it as anyname.vbs. Make sure that you save it as .vbs file.

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

After making a vbs file just double click on that file and type anything you want in the textbox.

Speaktome

Enjoy

Blog Widget by LinkWithin

Popularity: 10%

Related Articles

Make your pc speak whatever you type[VBS Trick]

Subscribe to COOL COMPUTER TRICKS by Email

Support Us keeping this website online 24*7 Please

Recent Entries

19 Responses to “Make your pc speak whatever you type[VBS Trick]”

  1. sokovincent Says:

    well that`s a good trick but does it have to exit after clicking on OK
    please revise it and make sure it only exit after clicking on cancel

  2. Aysha Says:

    Cool thanks dude…..

  3. gaurav Says:

    how do i make .vbs file

  4. bas Says:

    @sokovincent
    Let me see if I can do that

    @Aysha
    Welcome

    @gaurav
    to make vbs file first copy this code in notepad and then click file->Save as
    there type speak.vbs in file name box and select All files in file type drop down menu
    Hope this will help you
    Enjoy

  5. vijay mp Says:

    this is a really worth script you found .. thanx its nice and too good…

    with smile
    vijay

  6. zer09 Says:

    WOW! thanks for the code

  7. shashanth k swamy Says:

    its nice dude thanx
    mail me sum more wen u get. please

  8. bas Says:

    sure mate
    or else you can subscribe to our email notification service to receive email updates

  9. d3monoid Says:

    Nice info man!! This is really cool way to make my pc speak!! what ever i like :)

  10. rajesh Says:

    hiii….. i hv typed the command in notepad and save it as vbs file .
    but some eror “run time error” is coming after clicking ok.
    do u have some solution of it.

  11. R-008 Says:

    could you please tell how to make the .vbs a loop one so i could countinisously type in words instead on typing in one scentence after the other

    would be of great help
    thanks

  12. tonedef Says:

    its not working

  13. PAPIL PATIL Says:

    well i should say it is really impressive. It’s a cool trick.
    thanx.

  14. PAPIL PATIL Says:

    well i hv more tricks & i wanna share it with my net frenz.

  15. bas Says:

    you can share your tricks here via comments or you can mail me at computertricks@etricks.in and I will publish them with your name…

  16. Best Computer Tricks #4 | Cool Computer Tricks Says:

    [...] 1.Make your pc speak whatever you type[VBS Trick] [...]

  17. jason Says:

    i want to change the voice the voice sucks

  18. mohan Says:

    this trick not working. how to workout that tricks

  19. Lyndia Knap Says:

    Great post, a must read for anyone that is interested and I’m glad I found you on google. Thanks a lot.

Leave a Reply