Make your pc speak whatever you type[VBS Trick]
SPONSORED LINKS                              
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
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.
Enjoy
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
- Quickly access files and folders using the stylish RocketDock
- Recover deleted files from USB drive or external memory devices
- Glx-Dock for Linux
- Download Opera portable 10.50
- O & O Defrag 11 Professional Edition [Free download]
- [How To] Always run an application as Administrator in Windows 7
- PixResizer: Resize your images with ease
- Kolibri OS – smallest OS with GUI
- Snow Leopard theme for Windows 7
- Add funny effects to your photos using PicJoke






































July 30th, 2009 at 10:18 am
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
July 30th, 2009 at 12:42 pm
Cool thanks dude…..
July 30th, 2009 at 1:02 pm
how do i make .vbs file
July 30th, 2009 at 6:53 pm
@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
August 3rd, 2009 at 10:23 pm
this is a really worth script you found .. thanx its nice and too good…
with smile
vijay
August 4th, 2009 at 1:51 pm
WOW! thanks for the code
August 5th, 2009 at 2:32 pm
its nice dude thanx
mail me sum more wen u get. please
August 5th, 2009 at 6:47 pm
sure mate
or else you can subscribe to our email notification service to receive email updates
August 6th, 2009 at 3:03 am
Nice info man!! This is really cool way to make my pc speak!! what ever i like
August 8th, 2009 at 7:00 pm
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.
August 22nd, 2009 at 5:01 am
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
August 23rd, 2009 at 11:58 pm
its not working
August 24th, 2009 at 10:43 am
well i should say it is really impressive. It’s a cool trick.
thanx.
August 24th, 2009 at 10:45 am
well i hv more tricks & i wanna share it with my net frenz.
August 24th, 2009 at 6:45 pm
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…
August 25th, 2009 at 6:38 pm
[...] 1.Make your pc speak whatever you type[VBS Trick] [...]
November 15th, 2009 at 4:23 pm
i want to change the voice the voice sucks
January 27th, 2010 at 4:00 pm
this trick not working. how to workout that tricks
February 12th, 2010 at 4:20 am
Great post, a must read for anyone that is interested and I’m glad I found you on google. Thanks a lot.